Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-19 18:43:56 +0200 Processing by OrganismsController#index as HTML PG::UndefinedTable: ERREUR: la relation « organisms » n'existe pas LINE 5: WHERE a.attrelid = '"organisms"'::regclass ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"organisms"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Completed 500 Internal Server Error in 111ms ActiveRecord::StatementInvalid (PG::UndefinedTable: ERREUR: la relation « organisms » n'existe pas LINE 5: WHERE a.attrelid = '"organisms"'::regclass ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"organisms"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum ): app/controllers/organisms_controller.rb:8:in `index' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.9ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateOrganisms (20130810074112)  (0.1ms) BEGIN  (254.2ms) CREATE TABLE "organisms" ("id" serial primary key, "title" character varying(255), "status" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810074112')  (19.1ms) COMMIT Migrating to CreateAdherentMembers (20130810081835)  (1.0ms) BEGIN  (21.5ms) CREATE TABLE "adherent_members" ("id" serial primary key, "number" character varying(255), "name" character varying(255), "forname" character varying(255), "birthdate" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  PG::DuplicateTable: ERREUR: la relation « adherent_members » existe déjà : CREATE TABLE "adherent_members" ("id" serial primary key, "number" character varying(255), "name" character varying(255), "forname" character varying(255), "birthdate" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.2ms) ROLLBACK Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateOrganisms (20130810074112)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-19 18:46:01 +0200 Processing by OrganismsController#index as HTML Organism Load (0.2ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (5.3ms) Completed 200 OK in 711ms (Views: 679.9ms | ActiveRecord: 7.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /application.css - 200 OK (6ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /scaffold.css - 200 OK (2ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /organisms.css - 200 OK (3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /jquery.ui.theme.css - 200 OK (10ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /jquery.ui.datepicker.css - 200 OK (9ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /jquery.ui.core.css - 200 OK (18ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /jquery.js - 200 OK (17ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /jquery.ui.core.js - 200 OK (2ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /jquery.ui.datepicker.js - 200 OK (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /jquery_ujs.js - 200 OK (5ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /organisms.js - 200 OK (46ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:02 +0200 Served asset /application.js - 200 OK (13ms) Started GET "/organisms/new" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Processing by OrganismsController#new as HTML Rendered organisms/_form.html.haml (18.1ms) Rendered organisms/new.html.haml within layouts/application (30.3ms) Completed 200 OK in 71ms (Views: 58.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:06 +0200 Served asset /application.js - 304 Not Modified (1ms) Started POST "/organisms" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Processing by OrganismsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "organism"=>{"title"=>"mon association", "status"=>"Association"}, "commit"=>"Save"}  (0.1ms) BEGIN SQL (116.4ms) INSERT INTO "organisms" ("created_at", "status", "title", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 19 Aug 2013 16:46:16 UTC +00:00], ["status", "Association"], ["title", "mon association"], ["updated_at", Mon, 19 Aug 2013 16:46:16 UTC +00:00]]  (54.5ms) COMMIT Redirected to http://localhost:3000/organisms/1 Completed 302 Found in 298ms (ActiveRecord: 171.4ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (8.3ms) Completed 200 OK in 65ms (Views: 54.7ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-19 18:46:19 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (36.4ms) Compiled adherent/layouts.css (466ms) (pid 6835) Compiled adherent/application.css (35ms) (pid 6835) Rendered layouts/adherent/_header.html.haml (1.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (4.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.3ms) Completed 200 OK in 2048ms (Views: 1907.5ms | ActiveRecord: 3.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/application.css - 200 OK (37ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/bootstrap.css - 200 OK (20ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/adhesion.css - 200 OK (65ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/coords.css - 200 OK (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/jc_application.css - 200 OK (11ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/date_picker.css - 200 OK (2ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/jcmenu.css - 200 OK (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/layouts.css - 200 OK (8ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/members.css - 200 OK (29ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:21 +0200 Served asset /adherent/old_bootstrap.css - 200 OK (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/payments.css - 200 OK (2ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/reglements.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/bootstrap.js - 200 OK (13ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/adhesion.js - 200 OK (2ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/coords.js - 200 OK (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/members.js - 200 OK (8ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/payments.js - 200 OK (6ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/date_picker.js - 200 OK (4ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/reglements.js - 200 OK (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/application.js - 200 OK (31ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/icones/navigation90.png - 200 OK (118ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-19 18:46:22 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (25ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (4.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (183.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (253.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 318ms (Views: 282.5ms | ActiveRecord: 4.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/coords.js - 304 Not Modified (64ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:25 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:26 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:26 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-19 18:46:26 +0200 Served asset /adherent/cal.gif - 200 OK (69ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-19 18:46:38 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 200 OK (21ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-19 18:46:38 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 200 OK (11ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-19 18:46:38 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 200 OK (13ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-19 18:46:38 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 200 OK (58ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-19 18:46:38 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 200 OK (12ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-19 18:46:48 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 200 OK (73ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate"=>"06/06/1955"}, "commit"=>"Créer le membre"} Organism Load (4.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (0.7ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '001' AND "adherent_members"."organism_id" = 1) LIMIT 1 SQL (12.3ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", Mon, 06 Jun 1955], ["created_at", Mon, 19 Aug 2013 16:46:51 UTC +00:00], ["forname", "Jean Claude"], ["name", "Lepage"], ["number", "001"], ["organism_id", 1], ["updated_at", Mon, 19 Aug 2013 16:46:51 UTC +00:00]]  (10.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/coord/new Completed 302 Found in 79ms (ActiveRecord: 27.5ms) Started GET "/adherent/members/1/coord/new" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (12.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (29.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 136ms (Views: 106.7ms | ActiveRecord: 3.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:52 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started POST "/adherent/members/1/coord" for 127.0.0.1 at 2013-08-19 18:46:57 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "coord"=>{"mail"=>"", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>"LILLE"}, "commit"=>"Enregistrer", "member_id"=>"1"} Organism Load (2.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (4.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1  (0.1ms) BEGIN SQL (25.5ms) INSERT INTO "adherent_coords" ("address", "city", "created_at", "gsm", "mail", "member_id", "office", "tel", "updated_at", "zip") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["address", ""], ["city", "LILLE"], ["created_at", Mon, 19 Aug 2013 16:46:57 UTC +00:00], ["gsm", ""], ["mail", ""], ["member_id", 1], ["office", ""], ["tel", ""], ["updated_at", Mon, 19 Aug 2013 16:46:57 UTC +00:00], ["zip", ""]]  (65.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions/new Completed 302 Found in 109ms (ActiveRecord: 99.4ms) Started GET "/adherent/members/1/adhesions/new" for 127.0.0.1 at 2013-08-19 18:46:57 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (1.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (45.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (60.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 118ms (Views: 96.4ms | ActiveRecord: 5.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/coords.css - 304 Not Modified (5ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/application.js - 304 Not Modified (13ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 18:46:58 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started POST "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-19 18:47:04 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "adhesion"=>{"from_date"=>"19/08/2013", "to_date"=>"18/08/2014", "amount"=>"125"}, "commit"=>"Enregistrer", "member_id"=>"1"} Organism Load (0.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.0ms) BEGIN SQL (85.8ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Mon, 19 Aug 2013 16:47:04 UTC +00:00], ["from_date", Mon, 19 Aug 2013], ["member_id", 1], ["to_date", Mon, 18 Aug 2014], ["updated_at", Mon, 19 Aug 2013 16:47:04 UTC +00:00]]  (10.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 108ms (ActiveRecord: 96.5ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-19 18:47:04 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (138.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (158.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 200ms (Views: 53.4ms | ActiveRecord: 142.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:04 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:04 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:04 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:04 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/application.js - 304 Not Modified (87ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/icones/modifier.png - 200 OK (31ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (14ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-19 18:47:05 +0200 Served asset /adherent/icones/money-plus.png - 200 OK (21ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (1.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (10.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (18.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 76ms (Views: 50.2ms | ActiveRecord: 5.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/members.css - 304 Not Modified (72ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:32 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started POST "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-19 18:47:38 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "payment"=>{"date"=>"19/08/2013", "amount"=>"125.0", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (48.4ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Mon, 19 Aug 2013 16:47:38 UTC +00:00], ["date", Mon, 19 Aug 2013], ["member_id", 1], ["mode", "CB"], ["updated_at", Mon, 19 Aug 2013 16:47:38 UTC +00:00]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 CACHE (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 SQL (1.5ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 1], ["amount", #], ["created_at", Mon, 19 Aug 2013 16:47:39 UTC +00:00], ["payment_id", 1], ["updated_at", Mon, 19 Aug 2013 16:47:39 UTC +00:00]]  (25.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 114ms (ActiveRecord: 77.3ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (10.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 39ms (Views: 31.8ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (57ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (10ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/reglements.js - 304 Not Modified (6ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:39 +0200 Served asset /adherent/application.js - 304 Not Modified (10ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-19 18:47:48 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (8.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 23.3ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:48 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (41ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/icones/detail.png - 200 OK (19ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/icones/payment.png - 200 OK (18ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-19 18:47:49 +0200 Served asset /adherent/icones/afficher.png - 200 OK (14ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 1 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (22.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 65ms (Views: 60.2ms | ActiveRecord: 3.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/application.css - 304 Not Modified (43ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:55 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 18:47:56 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/adherent/members/1/payments/new" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Adhesion Load (1.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (6.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (15.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 60ms (Views: 35.8ms | ActiveRecord: 2.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/application.css - 304 Not Modified (63ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/members.css - 304 Not Modified (4ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:08 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:09 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:09 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:09 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started POST "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-19 19:32:16 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "payment"=>{"date"=>"19/08/2013", "amount"=>"5000", "mode"=>"Chèque"}, "commit"=>"Enregistrer", "member_id"=>"1"} Organism Load (1.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (3.1ms) BEGIN SQL (4.2ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Mon, 19 Aug 2013 17:32:16 UTC +00:00], ["date", Mon, 19 Aug 2013], ["member_id", 1], ["mode", "Chèque"], ["updated_at", Mon, 19 Aug 2013 17:32:16 UTC +00:00]] Adherent::Member Load (6.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 ORDER BY to_date  (1.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (25.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/1/adhesions Completed 302 Found in 55ms (ActiveRecord: 43.1ms) Started GET "/adherent/members/1/adhesions" for 127.0.0.1 at 2013-08-19 19:32:16 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (0.9ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 CACHE (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 36ms (Views: 26.4ms | ActiveRecord: 2.3ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:17 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-19 19:32:25 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (7.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 31ms (Views: 25.6ms | ActiveRecord: 3.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/application.css - 304 Not Modified (46ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:26 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-19 19:32:37 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (3.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (20.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 82ms (Views: 73.5ms | ActiveRecord: 6.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:37 +0200 Served asset /adherent/application.css - 304 Not Modified (39ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:38 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/payments/2/reglements/new" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"2"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Payment Load (1.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (8.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (24.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 73ms (Views: 62.5ms | ActiveRecord: 3.1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:43 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (18.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 42ms (Views: 33.9ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-19 19:32:55 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (2.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (11.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 35ms (Views: 26.2ms | ActiveRecord: 6.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:55 +0200 Served asset /adherent/application.css - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:55 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:55 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:55 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/layouts.css - 304 Not Modified (9ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:56 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-19 19:32:58 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (1.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (8.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (21.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 120ms (Views: 115.8ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:58 +0200 Served asset /adherent/application.css - 304 Not Modified (36ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:58 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:58 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:32:59 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "member"=>{"number"=>"002", "name"=>"Lepage", "forname"=>"Thomas", "birthdate"=>"13/08/1993"}, "commit"=>"Créer le membre"} Organism Load (3.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (2.8ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '002' AND "adherent_members"."organism_id" = 1) LIMIT 1 SQL (0.9ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", Fri, 13 Aug 1993], ["created_at", Mon, 19 Aug 2013 17:33:15 UTC +00:00], ["forname", "Thomas"], ["name", "Lepage"], ["number", "002"], ["organism_id", 1], ["updated_at", Mon, 19 Aug 2013 17:33:15 UTC +00:00]]  (59.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/2/coord/new Completed 302 Found in 80ms (ActiveRecord: 66.3ms) Started GET "/adherent/members/2/coord/new" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"2"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (19.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (56.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 144ms (Views: 140.0ms | ActiveRecord: 0.8ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (64ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:15 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started POST "/adherent/members/2/coord" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "coord"=>{"mail"=>"", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>"LILLE"}, "commit"=>"Enregistrer", "member_id"=>"2"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (2.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1  (0.1ms) BEGIN SQL (2.1ms) INSERT INTO "adherent_coords" ("address", "city", "created_at", "gsm", "mail", "member_id", "office", "tel", "updated_at", "zip") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["address", ""], ["city", "LILLE"], ["created_at", Mon, 19 Aug 2013 17:33:21 UTC +00:00], ["gsm", ""], ["mail", ""], ["member_id", 2], ["office", ""], ["tel", ""], ["updated_at", Mon, 19 Aug 2013 17:33:21 UTC +00:00], ["zip", ""]]  (25.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/2/adhesions/new Completed 302 Found in 44ms (ActiveRecord: 32.5ms) Started GET "/adherent/members/2/adhesions/new" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"2"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (24.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 60ms (Views: 55.3ms | ActiveRecord: 1.0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/application.css - 304 Not Modified (4ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:21 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-19 19:33:27 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 200 OK (89ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-19 19:33:28 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 200 OK (72ms) Started POST "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "adhesion"=>{"from_date"=>"19/08/2013", "to_date"=>"19/09/2013", "amount"=>"120"}, "commit"=>"Enregistrer", "member_id"=>"2"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Mon, 19 Aug 2013 17:33:42 UTC +00:00], ["from_date", Mon, 19 Aug 2013], ["member_id", 2], ["to_date", Thu, 19 Sep 2013], ["updated_at", Mon, 19 Aug 2013 17:33:42 UTC +00:00]]  (95.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/2/adhesions Completed 302 Found in 110ms (ActiveRecord: 96.9ms) Started GET "/adherent/members/2/adhesions" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"2"} Organism Load (1.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "2"]]  (0.7ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2 Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 CACHE (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (11.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 82ms (Views: 72.7ms | ActiveRecord: 3.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:42 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (2.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 1 Adherent::Adhesion Load (1.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 1  (0.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 1 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (16.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 40ms (Views: 30.0ms | ActiveRecord: 7.4ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/reglements.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:47 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/members/1/payments" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 1 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (16.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 38ms (Views: 31.8ms | ActiveRecord: 3.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/application.css - 304 Not Modified (38ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/members.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/adherent/payments/2/reglements/new" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"2"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 1 LIMIT 1 Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "2"]] Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 1 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (9.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (13.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 27.5ms | ActiveRecord: 3.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/application.css - 304 Not Modified (41ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-19 19:33:54 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522)  (0.1ms) BEGIN  (234.2ms) CREATE TABLE "adherent_members" ("id" serial primary key, "number" character varying(255), "name" character varying(255), "forname" character varying(255), "birthdate" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  PG::DuplicateTable: ERREUR: la relation « adherent_members » existe déjà : CREATE TABLE "adherent_members" ("id" serial primary key, "number" character varying(255), "name" character varying(255), "forname" character varying(255), "birthdate" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.4ms) ROLLBACK Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.4ms) SELECT version FROM schema_migrations Connecting to database specified by database.yml  (101.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (58.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdherentMembers (20130805145522)  (0.1ms) BEGIN  (90.1ms) CREATE TABLE "adherent_members" ("id" serial primary key, "number" character varying(255), "name" character varying(255), "forname" character varying(255), "birthdate" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130805145522')  (1.2ms) COMMIT Migrating to CreateAdherentCoords (20130805152911)  (0.1ms) BEGIN  (11.9ms) CREATE TABLE "adherent_coords" ("id" serial primary key, "mail" character varying(255), "tel" character varying(255), "gsm" character varying(255), "office" character varying(255), "address" text, "zip" character varying(255), "city" character varying(255), "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130805152911')  (2.7ms) COMMIT Migrating to CreateAdherentAdhesions (20130806053936)  (0.2ms) BEGIN  (6.7ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "amount" decimal(10,2), "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (8.1ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130806053936')  (3.8ms) COMMIT Migrating to CreateAdherentPayments (20130808054023)  (0.3ms) BEGIN  (4.7ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (3.4ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130808054023')  (1.9ms) COMMIT Migrating to CreateAdherentReglements (20130809052125)  (0.1ms) BEGIN  (5.7ms) CREATE TABLE "adherent_reglements" ("id" serial primary key, "amount" decimal(10,2), "adhesion_id" integer, "payment_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (3.7ms) CREATE INDEX "index_adherent_reglements_on_adhesion_id" ON "adherent_reglements" ("adhesion_id")  (2.5ms) CREATE INDEX "index_adherent_reglements_on_payment_id" ON "adherent_reglements" ("payment_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130809052125')  (1.7ms) COMMIT Migrating to AddOrganismIdToAdherentMembers (20130810073908)  (0.2ms) BEGIN  (0.5ms) ALTER TABLE "adherent_members" ADD COLUMN "organism_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810073908')  (21.5ms) COMMIT Migrating to CreateOrganisms (20130810074112)  (0.2ms) BEGIN  (16.1ms) CREATE TABLE "organisms" ("id" serial primary key, "title" character varying(255), "status" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130810074112')  (2.4ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.3ms) SELECT version FROM schema_migrations Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-23 08:32:43 +0200 Processing by OrganismsController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms"  EXPLAIN (24.4ms) EXPLAIN SELECT "organisms".* FROM "organisms" EXPLAIN for: SELECT "organisms".* FROM "organisms" QUERY PLAN -------------------------------------------------------------- Seq Scan on organisms (cost=0.00..10.70 rows=70 width=1052) (1 row) Rendered organisms/index.html.haml within layouts/application (12.9ms) Completed 200 OK in 2066ms (Views: 403.7ms | ActiveRecord: 1622.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /application.css - 304 Not Modified (19ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /organisms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (22ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /organisms.js - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:45 +0200 Served asset /application.js - 304 Not Modified (84ms) Started GET "/organisms/new" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Processing by OrganismsController#new as HTML Rendered organisms/_form.html.haml (47.4ms) Rendered organisms/new.html.haml within layouts/application (78.1ms) Completed 200 OK in 102ms (Views: 94.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 08:32:57 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started POST "/organisms" for 127.0.0.1 at 2013-08-23 08:33:43 +0200 Processing by OrganismsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "organism"=>{"title"=>"Secafi", "status"=>"Association"}, "commit"=>"Save"}  (0.6ms) BEGIN SQL (394.3ms) INSERT INTO "organisms" ("created_at", "status", "title", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Fri, 23 Aug 2013 06:33:43 UTC +00:00], ["status", "Association"], ["title", "Secafi"], ["updated_at", Fri, 23 Aug 2013 06:33:43 UTC +00:00]]  (37.8ms) COMMIT Redirected to http://localhost:3000/organisms/1 Completed 302 Found in 446ms (ActiveRecord: 433.1ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (16.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (34.5ms) Completed 200 OK in 115ms (Views: 95.2ms | ActiveRecord: 16.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /application.js - 304 Not Modified (2ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:44 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 08:33:46 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (39.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "organisms" ("created_at", "status", "title", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Fri, 23 Aug 2013 06:33:47 UTC +00:00], ["status", "Association"], ["title", "Mon association"], ["updated_at", Fri, 23 Aug 2013 06:33:47 UTC +00:00]]  (193.0ms) COMMIT Adherent::Member Load (43.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2.7ms) Rendered layouts/adherent/_header.html.haml (1.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.2ms) Completed 200 OK in 1449ms (Views: 1042.6ms | ActiveRecord: 311.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/application.css - 304 Not Modified (97ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (25ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (24ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (10ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/coords.css - 304 Not Modified (5ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (3ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/layouts.css - 304 Not Modified (8ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/members.css - 304 Not Modified (11ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/payments.css - 304 Not Modified (3ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/reglements.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (10ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (9ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:48 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (14ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:49 +0200 Served asset /adherent/members.js - 304 Not Modified (8ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (8ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (4ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 08:33:49 +0200 Served asset /adherent/application.js - 304 Not Modified (103ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 08:33:49 +0200 Served asset /adherent/icones/navigation90.png - 200 OK (54ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 08:33:49 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (58ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-23 12:18:18 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (217.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 EXPLAIN (156.1ms) EXPLAIN SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 EXPLAIN for: SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 QUERY PLAN ------------------------------------------------------------------- Limit (cost=0.00..10.88 rows=1 width=1052) -> Seq Scan on organisms (cost=0.00..10.88 rows=1 width=1052) Filter: ((title)::text = 'Mon association'::text) (3 rows) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (1642.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (2353.3ms) Rendered layouts/adherent/_header.html.haml (10.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (7.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 6572ms (Views: 3360.6ms | ActiveRecord: 373.4ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:30 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:32 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:32 +0200 Served asset /adherent/application.css - 304 Not Modified (15ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:32 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (26ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:32 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:32 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:32 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:32 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:32 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (24ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:18:33 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 12:18:35 +0200 Served asset /adherent/cal.gif - 200 OK (50ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-23 12:20:26 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (69ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-23 12:20:26 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (93ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-23 12:20:26 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (63ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-23 12:20:26 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (27ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-23 12:20:26 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (66ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-23 12:20:28 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate"=>""}, "commit"=>"Créer le membre"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (94.8ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '001' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (261.4ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", Mon, 01 Jan -4712], ["created_at", Fri, 23 Aug 2013 10:20:29 UTC +00:00], ["forname", "Jean Claude"], ["name", "Lepage"], ["number", "001"], ["organism_id", 2], ["updated_at", Fri, 23 Aug 2013 10:20:29 UTC +00:00]] PG::InvalidTimeZoneDisplacementValue: ERREUR: déplacement du fuseau horaire en dehors des limites : « -4712-01-01 » : INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  (0.8ms) ROLLBACK Completed 500 Internal Server Error in 982ms ActiveRecord::StatementInvalid (PG::InvalidTimeZoneDisplacementValue: ERREUR: déplacement du fuseau horaire en dehors des limites : « -4712-01-01 » : INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"): activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:1176:in `get_last_result' activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:1176:in `exec_cache' activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:661:in `block in exec_query' activerecord (3.2.14) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.14) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:659:in `exec_query' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.14) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.14) lib/active_record/persistence.rb:367:in `create' activerecord (3.2.14) lib/active_record/timestamp.rb:58:in `create' activerecord (3.2.14) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.14) lib/active_support/callbacks.rb:403:in `_run__722215244__create__999668848__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.14) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.14) lib/active_record/persistence.rb:348:in `create_or_update' activerecord (3.2.14) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__722215244__save__999668848__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.14) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.14) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.14) lib/active_record/validations.rb:50:in `save' activerecord (3.2.14) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.14) lib/active_record/transactions.rb:259:in `block (2 levels) in save' activerecord (3.2.14) lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.14) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.14) lib/active_record/transactions.rb:311:in `with_transaction_returning_status' activerecord (3.2.14) lib/active_record/transactions.rb:259:in `block in save' activerecord (3.2.14) lib/active_record/transactions.rb:270:in `rollback_active_record_state!' activerecord (3.2.14) lib/active_record/transactions.rb:258:in `save' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:51:in `block in create' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:50:in `create' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__565177928__process_action__389332480__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__1019062839__call__999668848__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (23.8ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (39.9ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-23 12:21:46 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (39ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-23 12:21:47 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate"=>"01/08/2013"}, "commit"=>"Créer le membre"} Organism Load (2.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (0.4ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '001' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (174.8ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", Thu, 01 Aug 2013], ["created_at", Fri, 23 Aug 2013 10:21:47 UTC +00:00], ["forname", "Jean Claude"], ["name", "Lepage"], ["number", "001"], ["organism_id", 2], ["updated_at", Fri, 23 Aug 2013 10:21:47 UTC +00:00]]  (28.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/3/coord/new Completed 302 Found in 237ms (ActiveRecord: 206.8ms) Started GET "/adherent/members/3/coord/new" for 127.0.0.1 at 2013-08-23 12:21:47 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (41.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (78.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (29.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (42.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 603ms (Views: 218.8ms | ActiveRecord: 352.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (87ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:49 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started POST "/adherent/members/3/coord" for 127.0.0.1 at 2013-08-23 12:21:56 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "coord"=>{"mail"=>"", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>"Liller"}, "commit"=>"Enregistrer", "member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (1.1ms) BEGIN SQL (100.1ms) INSERT INTO "adherent_coords" ("address", "city", "created_at", "gsm", "mail", "member_id", "office", "tel", "updated_at", "zip") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["address", ""], ["city", "Liller"], ["created_at", Fri, 23 Aug 2013 10:21:56 UTC +00:00], ["gsm", ""], ["mail", ""], ["member_id", 3], ["office", ""], ["tel", ""], ["updated_at", Fri, 23 Aug 2013 10:21:56 UTC +00:00], ["zip", ""]]  (23.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 145ms (ActiveRecord: 125.7ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-23 12:21:56 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (44.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (36.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (31.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (49.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 263ms (Views: 138.6ms | ActiveRecord: 106.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:21:57 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-23 12:34:57 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (141.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (38.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 198ms (ActiveRecord: 180.2ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-23 12:34:57 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (4.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (3.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (35.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (96.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (117.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 650ms (Views: 556.1ms | ActiveRecord: 44.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/application.js - 304 Not Modified (72ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:34:59 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 12:35:12 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (14.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 67ms (Views: 57.1ms | ActiveRecord: 1.7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:12 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:12 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:12 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/application.js - 304 Not Modified (123ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/icones/detail.png - 200 OK (93ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/icones/afficher.png - 200 OK (38ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/icones/modifier.png - 200 OK (32ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 12:35:13 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (6ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (11.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (24.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 105ms (Views: 89.1ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/coords.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (11ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:45:46 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-23 12:45:58 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (15ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-23 12:45:58 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-23 12:45:58 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (2ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-23 12:45:58 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-23 12:45:58 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (1ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-23 12:46:01 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "member"=>{"number"=>"002", "name"=>"DUPOND", "forname"=>"Jules", "birthdate"=>""}, "commit"=>"Créer le membre"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (28.7ms) BEGIN Adherent::Member Exists (33.1ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '002' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (59.1ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", Mon, 01 Jan -4712], ["created_at", Fri, 23 Aug 2013 10:46:01 UTC +00:00], ["forname", "Jules"], ["name", "DUPOND"], ["number", "002"], ["organism_id", 2], ["updated_at", Fri, 23 Aug 2013 10:46:01 UTC +00:00]] PG::InvalidTimeZoneDisplacementValue: ERREUR: déplacement du fuseau horaire en dehors des limites : « -4712-01-01 » : INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  (0.1ms) ROLLBACK Completed 500 Internal Server Error in 126ms ActiveRecord::StatementInvalid (PG::InvalidTimeZoneDisplacementValue: ERREUR: déplacement du fuseau horaire en dehors des limites : « -4712-01-01 » : INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"): activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:1176:in `get_last_result' activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:1176:in `exec_cache' activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:661:in `block in exec_query' activerecord (3.2.14) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.14) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.14) lib/active_record/connection_adapters/postgresql_adapter.rb:659:in `exec_query' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.14) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.14) lib/active_record/persistence.rb:367:in `create' activerecord (3.2.14) lib/active_record/timestamp.rb:58:in `create' activerecord (3.2.14) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.14) lib/active_support/callbacks.rb:403:in `_run__722215244__create__999668848__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.14) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.14) lib/active_record/persistence.rb:348:in `create_or_update' activerecord (3.2.14) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__722215244__save__999668848__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.14) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.14) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.14) lib/active_record/validations.rb:50:in `save' activerecord (3.2.14) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.14) lib/active_record/transactions.rb:259:in `block (2 levels) in save' activerecord (3.2.14) lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.14) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.14) lib/active_record/transactions.rb:311:in `with_transaction_returning_status' activerecord (3.2.14) lib/active_record/transactions.rb:259:in `block in save' activerecord (3.2.14) lib/active_record/transactions.rb:270:in `rollback_active_record_state!' activerecord (3.2.14) lib/active_record/transactions.rb:258:in `save' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:51:in `block in create' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:50:in `create' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__565177928__process_action__389332480__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__1019062839__call__999668848__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (34.9ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (47.2ms) Connecting to database specified by database.yml Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-23 12:46:52 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (35.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (206.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (405.0ms) Rendered layouts/adherent/_header.html.haml (1.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (2.1ms) Completed 200 OK in 2276ms (Views: 1607.1ms | ActiveRecord: 545.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/application.css - 304 Not Modified (47ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (12ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/coords.css - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (83ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (6ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/layouts.css - 304 Not Modified (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/members.css - 304 Not Modified (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/payments.css - 304 Not Modified (7ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/reglements.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (11ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (8ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/coords.js - 304 Not Modified (4ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (6ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/payments.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/reglements.js - 304 Not Modified (1ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:46:55 +0200 Served asset /adherent/application.js - 304 Not Modified (30ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 12:46:56 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (101ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 12:46:56 +0200 Served asset /adherent/cal.gif - 304 Not Modified (13ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-23 12:47:08 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "member"=>{"number"=>"002", "name"=>"DUPOND", "forname"=>"Jules", "birthdate"=>""}, "commit"=>"Créer le membre"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (0.3ms) BEGIN Adherent::Member Exists (5.7ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '002' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (151.8ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", nil], ["created_at", Fri, 23 Aug 2013 10:47:08 UTC +00:00], ["forname", "Jules"], ["name", "DUPOND"], ["number", "002"], ["organism_id", 2], ["updated_at", Fri, 23 Aug 2013 10:47:08 UTC +00:00]]  (189.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/coord/new Completed 302 Found in 404ms (ActiveRecord: 348.1ms) Started GET "/adherent/members/4/coord/new" for 127.0.0.1 at 2013-08-23 12:47:09 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (4.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Coord Load (5.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (23.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (36.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 132ms (Views: 79.2ms | ActiveRecord: 12.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:09 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:09 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:09 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (4ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:09 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (81ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 12:47:10 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/members/4/coord" for 127.0.0.1 at 2013-08-23 12:47:23 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "coord"=>{"mail"=>"", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"B-1000", "city"=>"Bruxelles"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Coord Load (2.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.1ms) BEGIN SQL (6.2ms) INSERT INTO "adherent_coords" ("address", "city", "created_at", "gsm", "mail", "member_id", "office", "tel", "updated_at", "zip") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["address", ""], ["city", "Bruxelles"], ["created_at", Fri, 23 Aug 2013 10:47:23 UTC +00:00], ["gsm", ""], ["mail", ""], ["member_id", 4], ["office", ""], ["tel", ""], ["updated_at", Fri, 23 Aug 2013 10:47:23 UTC +00:00], ["zip", "B-1000"]]  (127.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions/new Completed 302 Found in 148ms (ActiveRecord: 137.4ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-23 12:47:23 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (2.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (27.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (44.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (42.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (60.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 363ms (Views: 201.5ms | ActiveRecord: 101.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/payments.css - 304 Not Modified (5ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:24 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 12:47:25 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 12:47:25 +0200 Served asset /adherent/cal.gif - 304 Not Modified (10ms) Started POST "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-23 12:47:32 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "adhesion"=>{"from_date"=>"23/08/2013", "to_date"=>"22/08/2014", "amount"=>"150"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (4.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN SQL (160.2ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Fri, 23 Aug 2013 10:47:32 UTC +00:00], ["from_date", Fri, 23 Aug 2013], ["member_id", 4], ["to_date", Fri, 22 Aug 2014], ["updated_at", Fri, 23 Aug 2013 10:47:32 UTC +00:00]]  (78.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 255ms (ActiveRecord: 244.6ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-23 12:47:32 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (2.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (2.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (271.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (375.7ms) Rendered layouts/adherent/_header.html.haml (3.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 429ms (Views: 143.8ms | ActiveRecord: 280.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:32 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/application.js - 304 Not Modified (76ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/icones/money-plus.png - 200 OK (34ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 12:47:33 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (16.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 56ms (Views: 46.0ms | ActiveRecord: 4.3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 12:47:45 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-23 12:56:22 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (11.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (20.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (4.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 871ms (ActiveRecord: 204.8ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-23 12:56:25 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (3.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (2.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (3.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (127.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (149.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 1144ms (Views: 921.5ms | ActiveRecord: 9.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (4ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 12:56:28 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 12:56:32 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (10ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 12:56:32 +0200 Served asset /adherent/cal.gif - 304 Not Modified (3ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:08:13 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (54.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (3.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.9ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (192.9ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 566ms (Views: 478.9ms | ActiveRecord: 79.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:08:15 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:08:17 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:08:17 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (149ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:08:17 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:08:17 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (19ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:08:17 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (38ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:08:17 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (33ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:08:17 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (26ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:08:20 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:10:09 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (4.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (3.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (4.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (31.3ms) Rendered layouts/adherent/_header.html.haml (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 79ms (Views: 58.8ms | ActiveRecord: 17.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:09 +0200 Served asset /adherent/application.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:09 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:09 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:09 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (28ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:10:10 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:10:11 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:10:11 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:10:11 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:10:11 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:10:11 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:10:11 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:10:11 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/coord" for 127.0.0.1 at 2013-08-23 13:11:41 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (53.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (2.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 199ms (Views: 139.8ms | ActiveRecord: 54.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/application.css - 304 Not Modified (14ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:42 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:11:43 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:11:43 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:11:47 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (12.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 108ms (Views: 102.5ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/application.css - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:48 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:11:49 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:11:49 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:11:49 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:11:49 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:11:49 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:11:49 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:11:49 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-08-23 13:11:55 +0200 Processing by OrganismsController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (31.9ms) Completed 200 OK in 434ms (Views: 432.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /application.css - 304 Not Modified (35ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /scaffold.css - 304 Not Modified (1ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /organisms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /organisms.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:11:56 +0200 Served asset /application.js - 304 Not Modified (86ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (21.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (6.2ms) Completed 200 OK in 66ms (Views: 43.5ms | ActiveRecord: 21.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:04 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:12:06 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (4.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (27.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 69ms (Views: 56.7ms | ActiveRecord: 6.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/application.css - 304 Not Modified (98ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:07 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:12:08 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:12:08 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:12:08 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:12:08 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (31ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:12:08 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (23ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:12:08 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:12:08 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (26.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (58.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 162ms (Views: 157.8ms | ActiveRecord: 1.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 13:12:17 +0200 Served asset /adherent/cal.gif - 304 Not Modified (17ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-23 13:12:26 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (30ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-23 13:12:26 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (44ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-23 13:12:26 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (29ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-23 13:12:26 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (29ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-23 13:12:26 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (31ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i5+7/0X6G9hXuFQJnfzS+Y8Pc3K9jDO01AjeI5nl+IA=", "member"=>{"number"=>"003", "name"=>"DUPONT", "forname"=>"Jules", "birthdate"=>""}, "commit"=>"Créer le membre"} Organism Load (1.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (2.8ms) BEGIN Adherent::Member Exists (0.4ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '003' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (121.3ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", nil], ["created_at", Fri, 23 Aug 2013 11:12:29 UTC +00:00], ["forname", "Jules"], ["name", "DUPONT"], ["number", "003"], ["organism_id", 2], ["updated_at", Fri, 23 Aug 2013 11:12:29 UTC +00:00]]  (29.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/5/coord/new Completed 302 Found in 164ms (ActiveRecord: 155.8ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Organism Load (1.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (6.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (20.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (35.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 100ms (Views: 82.5ms | ActiveRecord: 8.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:29 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:12:30 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (1.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (18.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 45ms (Views: 32.3ms | ActiveRecord: 6.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/application.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (71ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:12:34 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/coord" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Redirected to http://localhost:3000/adherent/members/5/coord/new Completed 302 Found in 5ms (ActiveRecord: 1.0ms) Started GET "/adherent/members/5/coord/new" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"5"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (12.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (14.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 35ms (Views: 31.4ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (85ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:12:37 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:12:38 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:22:52 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (9.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (2.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (101.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 605ms (Views: 475.2ms | ActiveRecord: 14.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/application.css - 304 Not Modified (49ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (238ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /jquery.js - 304 Not Modified (19ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:53 +0200 Served asset /adherent/application.js - 304 Not Modified (15ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:22:54 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (12ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:22:54 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:22:54 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:22:54 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:22:54 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:22:54 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:22:54 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/coord" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"3"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 50ms (Views: 37.3ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/application.css - 304 Not Modified (51ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:22:59 +0200 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /jquery_ujs.js - 304 Not Modified (18ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/coords.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:23:00 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (16.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 111ms (Views: 105.1ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (27ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (10ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:24:42 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/5/adhesions" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"5"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (0.8ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Redirected to http://localhost:3000/adherent/members/5/adhesions/new Completed 302 Found in 43ms (ActiveRecord: 1.2ms) Started GET "/adherent/members/5/adhesions/new" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Adhesion Load (39.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (8.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (27.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 165ms (Views: 100.0ms | ActiveRecord: 40.7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:24:47 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:24:48 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 13:24:48 +0200 Served asset /adherent/cal.gif - 304 Not Modified (60ms) Started GET "/adherent/members/5/adhesions" for 127.0.0.1 at 2013-08-23 13:28:18 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Redirected to http://localhost:3000/adherent/members/5/adhesions/new Completed 302 Found in 5ms (ActiveRecord: 1.0ms) Started GET "/adherent/members/5/adhesions/new" for 127.0.0.1 at 2013-08-23 13:28:18 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"5"} Organism Load (2.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (7.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (9.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 75ms (Views: 61.2ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 13:28:19 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (4.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (22.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 51ms (Views: 40.1ms | ActiveRecord: 8.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:28 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (81ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:28:29 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-23 13:28:32 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 7ms (ActiveRecord: 0.9ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-23 13:28:32 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (2.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (6.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (9.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 33ms (Views: 25.8ms | ActiveRecord: 3.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:32 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 13:28:33 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-23 13:28:41 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (3.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (1.0ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 13ms (ActiveRecord: 5.6ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (8.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (9.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 31ms (Views: 25.8ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/application.css - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (64ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (9ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 13:28:42 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (4.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (21.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 48ms (Views: 38.8ms | ActiveRecord: 6.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (47ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:55 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:28:56 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:28:56 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:28:56 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:28:56 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:28:56 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:28:56 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:28:56 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (10.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 49ms (Views: 43.5ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/application.css - 304 Not Modified (68ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:28:58 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 13:33:53 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (27.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 239ms (Views: 231.5ms | ActiveRecord: 3.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:33:54 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:33:55 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 13:33:55 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 13:33:55 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 13:33:55 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 13:33:55 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 13:33:55 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (13ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 13:33:55 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-23 13:34:29 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (118.8ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 EXPLAIN (46.9ms) EXPLAIN SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 EXPLAIN for: SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 QUERY PLAN ---------------------------------------------------------------------------------------------------------------- Index Scan using index_adherent_payments_on_member_id on adherent_payments (cost=0.00..8.27 rows=1 width=560) Index Cond: (member_id = 4) (2 rows) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (577.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 665ms (Views: 123.4ms | ActiveRecord: 537.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:29 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:29 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:29 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/application.js - 304 Not Modified (77ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 13:34:30 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/edit" for 127.0.0.1 at 2013-08-23 14:07:29 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"3"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (11.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 59ms (Views: 56.1ms | ActiveRecord: 1.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /jquery.js - 304 Not Modified (88ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/application.js - 304 Not Modified (50ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-23 14:07:30 +0200 Served asset /adherent/icones/retour.png - 200 OK (117ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 14:07:31 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 14:07:31 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (32ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 14:07:31 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 14:07:52 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (5.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (74.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (24.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (4.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (147.8ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 211ms (Views: 97.5ms | ActiveRecord: 110.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (115ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 14:07:53 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 14:07:54 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (16ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 14:07:54 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 14:07:54 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 14:07:54 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (157ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 14:07:54 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (125ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 14:07:54 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (122ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 14:07:54 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (137ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 14:09:19 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (15ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-23 18:09:49 +0200 Processing by OrganismsController#index as HTML Organism Load (19.5ms) SELECT "organisms".* FROM "organisms"  EXPLAIN (13.6ms) EXPLAIN SELECT "organisms".* FROM "organisms" EXPLAIN for: SELECT "organisms".* FROM "organisms" QUERY PLAN -------------------------------------------------------------- Seq Scan on organisms (cost=0.00..10.70 rows=70 width=1052) (1 row) Rendered organisms/index.html.haml within layouts/application (9.5ms) Compiled jquery.ui.core.css (3ms) (pid 4267) Compiled jquery.ui.theme.css (18ms) (pid 4267) Compiled jquery.ui.datepicker.css (5ms) (pid 4267) Compiled jquery.js (37ms) (pid 4267) Compiled jquery.ui.core.js (0ms) (pid 4267) Compiled jquery.ui.datepicker.js (4ms) (pid 4267) Compiled jquery_ujs.js (0ms) (pid 4267) Completed 200 OK in 851ms (Views: 210.0ms | ActiveRecord: 612.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /application.css - 304 Not Modified (36ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /scaffold.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (5ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /organisms.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /organisms.js - 304 Not Modified (4ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:50 +0200 Served asset /application.js - 304 Not Modified (13ms) Started GET "/organisms/2" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"2"} Organism Load (56.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "2"]] Rendered organisms/show.html.haml within layouts/application (29.3ms) Completed 200 OK in 122ms (Views: 60.6ms | ActiveRecord: 57.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:56 +0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 18:09:57 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (15.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (13.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (10.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (19.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (125.0ms) Compiled adherent/adhesion.css (0ms) (pid 4267) Compiled adherent/bootstrap.css (1ms) (pid 4267) Compiled adherent/coords.css (0ms) (pid 4267) Compiled adherent/date_picker.css (0ms) (pid 4267) Compiled adherent/jc_application.css (296ms) (pid 4267) Compiled adherent/jcmenu.css (0ms) (pid 4267) Compiled adherent/layouts.css (23ms) (pid 4267) Compiled adherent/members.css (0ms) (pid 4267) Compiled adherent/old_bootstrap.css (0ms) (pid 4267) Compiled adherent/payments.css (0ms) (pid 4267) Compiled adherent/reglements.css (36ms) (pid 4267) Compiled adherent/application.css (407ms) (pid 4267) Compiled adherent/adhesion.js (0ms) (pid 4267) Compiled adherent/bootstrap.js (1ms) (pid 4267) Compiled adherent/coords.js (0ms) (pid 4267) Compiled adherent/date_picker.js (0ms) (pid 4267) Compiled adherent/members.js (0ms) (pid 4267) Compiled adherent/payments.js (0ms) (pid 4267) Compiled adherent/reglements.js (0ms) (pid 4267) Compiled adherent/application.js (30ms) (pid 4267) Rendered layouts/adherent/_header.html.haml (1.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.8ms) Completed 200 OK in 761ms (Views: 639.2ms | ActiveRecord: 89.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/application.css - 304 Not Modified (46ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (6ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (7ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/coords.css - 304 Not Modified (14ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/layouts.css - 304 Not Modified (10ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (6ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/members.css - 304 Not Modified (3ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/payments.css - 304 Not Modified (3ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/reglements.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (74ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (6ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/members.js - 304 Not Modified (8ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/coords.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/payments.js - 304 Not Modified (11ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/reglements.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/application.js - 304 Not Modified (18ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (45ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:09:59 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (4ms) Started GET "/adherent/members/3/coord" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (22.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (2.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 45ms (Views: 17.7ms | ActiveRecord: 23.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:10:17 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (16.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 41ms (Views: 31.9ms | ActiveRecord: 4.5ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (83ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:22 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:10:23 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:10:23 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 18:10:23 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:10:23 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:10:23 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 18:10:23 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:10:23 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 7ms (ActiveRecord: 1.2ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (62.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (64.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 89ms (Views: 82.5ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 18:10:27 +0200 Served asset /adherent/cal.gif - 304 Not Modified (11ms) Started GET "/adherent/members/3/payments" for 127.0.0.1 at 2013-08-23 18:10:58 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Payment Load (48.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (58.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 103ms (Views: 49.3ms | ActiveRecord: 50.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:10:59 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (17.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 41ms (Views: 31.5ms | ActiveRecord: 6.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (89ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:11:09 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:11:10 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:11:10 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:11:10 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 18:11:10 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 18:11:10 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:11:10 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:11:10 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 4ms (ActiveRecord: 0.9ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (7.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 30ms (Views: 24.8ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (5ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/reglements.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/payments.js - 304 Not Modified (80ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 18:12:04 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (1.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (7.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.8ms) Completed 200 OK in 47ms (Views: 26.6ms | ActiveRecord: 3.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:21 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 18:12:22 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members.3" for 127.0.0.1 at 2013-08-23 18:12:24 +0200 Processing by Adherent::MembersController#index as Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.7ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 18:12:48 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (16.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 35ms (Views: 29.7ms | ActiveRecord: 2.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:12:49 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (3.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (1.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 10ms (ActiveRecord: 5.6ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (10.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (13.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 82ms (Views: 76.7ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (5ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:52 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:12:53 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 18:12:53 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (19.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 43ms (Views: 35.1ms | ActiveRecord: 5.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:54 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:12:55 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (1.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (3.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 25ms (Views: 17.9ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/payments.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:57 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:58 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:58 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:58 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:58 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:58 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:12:58 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:12:58 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (17.6ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 41ms (Views: 32.1ms | ActiveRecord: 5.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (4ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:13:01 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/edit" for 127.0.0.1 at 2013-08-23 18:13:12 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (7.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (12.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 32ms (Views: 27.4ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:12 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:12 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:12 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:12 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:12 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:12 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (7ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:13:13 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-23 18:13:17 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (15ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-23 18:13:17 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (9ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-23 18:13:17 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (25ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-23 18:13:17 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (28ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-23 18:13:17 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (17ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-23 18:13:17 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (15ms) Started PUT "/adherent/members/3" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Processing by Adherent::MembersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "member"=>{"number"=>"001", "name"=>"Lepage", "forname"=>"Jean Claude", "birthdate"=>""}, "commit"=>"Enregistrer", "id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN Adherent::Member Exists (14.6ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '001' AND "adherent_members"."id" != 3 AND "adherent_members"."organism_id" = 2) LIMIT 1  (11.8ms) UPDATE "adherent_members" SET "birthdate" = NULL, "updated_at" = '2013-08-23 16:13:22.458766' WHERE "adherent_members"."id" = 3  (18.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/3 Completed 302 Found in 100ms (ActiveRecord: 45.4ms) Started GET "/adherent/members/3" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (3.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 23ms (Views: 17.8ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/application.css - 304 Not Modified (26ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:22 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:13:23 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/3" for 127.0.0.1 at 2013-08-23 18:15:29 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (3.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 50ms (Views: 19.1ms | ActiveRecord: 7.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:29 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:29 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:29 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:29 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (81ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/application.js - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:15:30 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/coord" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (2.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 35ms (Views: 16.5ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/reglements.css - 304 Not Modified (97ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (9ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:15:37 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/coord/edit" for 127.0.0.1 at 2013-08-23 18:15:42 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"3"} Organism Load (0.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (11.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (16.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 36ms (Views: 30.0ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:15:43 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/coord/edit" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (9.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (12.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 37ms (Views: 30.3ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:04 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (6ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/application.js - 304 Not Modified (83ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-23 18:18:05 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (29ms) Started GET "/adherent/members/3/coord" for 127.0.0.1 at 2013-08-23 18:18:15 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"3"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (2.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 25ms (Views: 17.9ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:15 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/members.js - 304 Not Modified (9ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (4ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:18:16 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/coord/edit" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"3"} Organism Load (2.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (2.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (9.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (11.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 77ms (Views: 67.5ms | ActiveRecord: 5.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-23 18:18:20 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/coord/edit" for 127.0.0.1 at 2013-08-23 18:31:04 +0200 Processing by Adherent::CoordsController#edit as HTML Parameters: {"member_id"=>"3"} Organism Load (5.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (9.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/edit.html.erb within layouts/adherent/application (12.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 45ms (Views: 26.5ms | ActiveRecord: 6.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:04 +0200 Served asset /adherent/application.css - 304 Not Modified (58ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:31:05 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (44.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 64ms (Views: 54.1ms | ActiveRecord: 6.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/application.css - 304 Not Modified (60ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:31:49 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/edit" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (6.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (8.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 30ms (Views: 23.6ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:31:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/icones/retour.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 18:31:53 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/4/edit" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"4"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (7.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (10.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /adherent/application.css - 304 Not Modified (8ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:05 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /jquery.js - 304 Not Modified (84ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/payments.js - 304 Not Modified (12ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/coords.js - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 18:33:06 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/4/edit" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"4"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (8.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (14.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 37ms (Views: 32.0ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 18:33:26 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (17.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 43ms (Views: 32.6ms | ActiveRecord: 4.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:50 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:33:51 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments" for 127.0.0.1 at 2013-08-23 18:34:10 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (5.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 24ms (Views: 20.0ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (5ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:34:11 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-23 18:34:15 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (16.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 88ms (Views: 74.3ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:15 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:15 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:15 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:15 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:15 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:15 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:34:16 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (13.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 33ms (Views: 28.9ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /adherent/application.css - 304 Not Modified (50ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:18 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:34:19 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions/3/edit" for 127.0.0.1 at 2013-08-23 18:34:29 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"4", "id"=>"3"} Organism Load (1.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (43.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (9.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (16.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 101ms (Views: 46.3ms | ActiveRecord: 46.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/coords.css - 304 Not Modified (88ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-23 18:34:30 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-23 18:34:32 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-23 18:34:32 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-23 18:34:32 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-23 18:34:32 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2013-08-23 18:34:32 +0200 Served asset /jquery-ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-23 18:34:33 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (41ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2013-08-23 18:34:33 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (4ms) Started PUT "/adherent/members/4/adhesions/3" for 127.0.0.1 at 2013-08-23 18:34:36 +0200 Processing by Adherent::AdhesionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "adhesion"=>{"from_date"=>"23/08/2013", "to_date"=>"22/07/2014", "amount"=>"150.00"}, "commit"=>"Mettre à jour", "member_id"=>"4", "id"=>"3"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN  (0.4ms) UPDATE "adherent_adhesions" SET "to_date" = '2014-07-22', "updated_at" = '2013-08-23 16:34:36.801645' WHERE "adherent_adhesions"."id" = 3  (27.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 42ms (ActiveRecord: 28.8ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-23 18:34:36 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 37ms (Views: 27.2ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:36 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/layouts.css - 304 Not Modified (3ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-23 18:34:37 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 06:55:36 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (9.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (31.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 85ms (Views: 77.6ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/application.css - 304 Not Modified (39ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (62ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/members.css - 304 Not Modified (3ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:30 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 07:09:31 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 07:09:31 +0200 Served asset /adherent/cal.gif - 304 Not Modified (16ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 07:09:37 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (3.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (6.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (26.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 53ms (Views: 37.1ms | ActiveRecord: 12.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (93ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 07:09:38 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 07:09:39 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 07:09:39 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 07:09:39 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 07:09:39 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (1.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (7.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (17.1ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 37ms (Views: 33.4ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 07:09:44 +0200 Served asset /adherent/application.js - 304 Not Modified (85ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 07:09:45 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 07:09:45 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-24 07:59:42 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (13ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-08-24 07:59:43 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2013-08-24 07:59:43 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (12ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2013-08-24 07:59:43 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (9ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2013-08-24 07:59:43 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (1ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2013-08-24 07:59:43 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (31ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-08-24 07:59:57 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "member"=>{"number"=>"ADH5", "name"=>"Dalton", "forname"=>"Joe", "birthdate"=>"01/06/1914"}, "commit"=>"Créer le membre"} Organism Load (4.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (0.2ms) BEGIN Adherent::Member Exists (0.4ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = 'ADH5' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (50.3ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", Mon, 01 Jun 1914], ["created_at", Sat, 24 Aug 2013 05:59:57 UTC +00:00], ["forname", "Joe"], ["name", "Dalton"], ["number", "ADH5"], ["organism_id", 2], ["updated_at", Sat, 24 Aug 2013 05:59:57 UTC +00:00]]  (24.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/6/coord/new Completed 302 Found in 93ms (ActiveRecord: 79.5ms) Started GET "/adherent/members/6/coord/new" for 127.0.0.1 at 2013-08-24 07:59:57 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"6"} Organism Load (5.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (31.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (33.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 67ms (Views: 57.4ms | ActiveRecord: 5.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 07:59:58 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 07:59:59 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 08:50:09 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (1.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (26.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 126ms (Views: 118.9ms | ActiveRecord: 4.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/application.css - 304 Not Modified (49ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/coords.js - 304 Not Modified (4ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (37ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (5ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/members.js - 304 Not Modified (13ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/payments.js - 304 Not Modified (24ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/reglements.js - 304 Not Modified (1ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:10 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 08:50:11 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 08:50:11 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 08:50:11 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 08:50:11 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 08:50:11 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 08:50:11 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 08:50:12 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (8.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 43ms (Views: 37.1ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/reglements.js - 304 Not Modified (4ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:17 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 08:50:18 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 08:50:18 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 08:50:18 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 08:50:18 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (1.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (7.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 34ms (Views: 26.1ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 08:50:21 +0200 Served asset /adherent/payments.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 08:50:22 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 08:50:22 +0200 Served asset /adherent/cal.gif - 304 Not Modified (27ms) Started POST "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 09:01:05 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "adhesion"=>{"from_date"=>"23/07/2014", "to_date"=>"22/07/2015", "amount"=>"150.0"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (3.0ms) BEGIN SQL (44.7ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sat, 24 Aug 2013 07:01:05 UTC +00:00], ["from_date", Wed, 23 Jul 2014], ["member_id", 4], ["to_date", Wed, 22 Jul 2015], ["updated_at", Sat, 24 Aug 2013 07:01:05 UTC +00:00]]  (20.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 79ms (ActiveRecord: 69.6ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 09:01:05 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (9.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 87ms (Views: 81.8ms | ActiveRecord: 1.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/application.css - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/layouts.css - 304 Not Modified (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 09:01:06 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 09:01:07 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 09:02:27 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 10:35:57 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/4/adhesions/4" for 127.0.0.1 at 2013-08-24 10:45:46 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "member_id"=>"4", "id"=>"4"} Organism Load (2.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN SQL (0.4ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 4]]  (18.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 29ms (ActiveRecord: 22.3ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (4.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (8.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 54ms (Views: 43.4ms | ActiveRecord: 6.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/application.css - 304 Not Modified (67ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 10:45:47 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/4/adhesions/3" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "member_id"=>"4", "id"=>"3"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (3.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (1.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN SQL (0.2ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 3]]  (57.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 70ms (ActiveRecord: 63.0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Redirected to http://localhost:3000/adherent/members/4/adhesions/new Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (9.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (8.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (11.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 51ms (Views: 35.2ms | ActiveRecord: 10.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (12ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (68ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 10:45:54 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 10:46:01 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (20.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 43ms (Views: 34.2ms | ActiveRecord: 5.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/payments.css - 304 Not Modified (83ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 10:46:02 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 10:50:37 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (8.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 99ms (Views: 52.4ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/application.css - 304 Not Modified (25ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/payments.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/members.js - 304 Not Modified (88ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:50:38 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (4.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (10.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (15.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 63ms (Views: 41.6ms | ActiveRecord: 5.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 10:50:42 +0200 Served asset /adherent/cal.gif - 304 Not Modified (48ms) Started POST "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "payment"=>{"date"=>"24/08/2013", "amount"=>"0", "mode"=>""}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (3.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (2.1ms) BEGIN  (1.0ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (7.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (9.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 44ms (Views: 30.0ms | ActiveRecord: 7.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:55:18 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:55:19 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 10:55:19 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 10:58:44 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "payment"=>{"date"=>"24/08/2013", "amount"=>"0", "mode"=>""}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN  (0.1ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (10.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (12.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 137ms (Views: 29.3ms | ActiveRecord: 38.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (10ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (121ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 10:58:45 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 10:58:52 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "payment"=>{"date"=>"24/08/2013", "amount"=>"50", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.1ms) BEGIN SQL (40.8ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sat, 24 Aug 2013 08:58:52 UTC +00:00], ["date", Sat, 24 Aug 2013], ["member_id", 4], ["mode", "CB"], ["updated_at", Sat, 24 Aug 2013 08:58:52 UTC +00:00]] Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (21.4ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 86ms (ActiveRecord: 66.9ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.2ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Redirected to http://localhost:3000/adherent/members/4/adhesions/new Completed 302 Found in 5ms (ActiveRecord: 0.8ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (3.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (3.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (6.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (8.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 55ms (Views: 26.2ms | ActiveRecord: 7.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 10:58:53 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 10:59:03 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "adhesion"=>{"from_date"=>"24/08/2013", "to_date"=>"23/08/2014", "amount"=>"120"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (2.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (3.4ms) BEGIN SQL (1.5ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sat, 24 Aug 2013 08:59:03 UTC +00:00], ["from_date", Sat, 24 Aug 2013], ["member_id", 4], ["to_date", Sat, 23 Aug 2014], ["updated_at", Sat, 24 Aug 2013 08:59:03 UTC +00:00]]  (58.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 78ms (ActiveRecord: 68.0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 10:59:03 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (14.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 37ms (Views: 28.8ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:03 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/coords.js - 304 Not Modified (96ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 10:59:04 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (2.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (6.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (9.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 37ms (Views: 23.9ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:59:11 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (1.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (2.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (32.7ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (56.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 82ms (Views: 37.1ms | ActiveRecord: 41.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 10:59:29 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (3.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (88.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 126ms (Views: 111.6ms | ActiveRecord: 10.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 10:59:33 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:59:34 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 10:59:34 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 10:59:34 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 10:59:34 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (9.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 30ms (Views: 24.0ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/application.css - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:44 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:45 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:59:45 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 10:59:45 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (7.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (9.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 32ms (Views: 23.9ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (89ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 10:59:54 +0200 Served asset /adherent/cal.gif - 304 Not Modified (3ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (2.0ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (12.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 33ms (Views: 25.2ms | ActiveRecord: 6.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 10:59:58 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (22.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 47ms (Views: 36.0ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (3ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 10:59:59 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 11:00:00 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 11:00:00 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 11:00:00 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 11:00:00 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 11:00:00 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 11:00:01 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (3.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (2.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (59.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.5ms) Completed 200 OK in 84ms (Views: 72.0ms | ActiveRecord: 7.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 11:00:02 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-24 11:00:06 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (2.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (8.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (10.7ms) Rendered layouts/adherent/_header.html.haml (0.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 41ms (Views: 28.4ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:06 +0200 Served asset /adherent/application.css - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 11:00:07 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "payment"=>{"date"=>"24/08/2013", "amount"=>"50", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (1.1ms) BEGIN SQL (1.3ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sat, 24 Aug 2013 09:00:16 UTC +00:00], ["date", Sat, 24 Aug 2013], ["member_id", 4], ["mode", "CB"], ["updated_at", Sat, 24 Aug 2013 09:00:16 UTC +00:00]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 SQL (53.2ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 5], ["amount", #], ["created_at", Sat, 24 Aug 2013 09:00:16 UTC +00:00], ["payment_id", 2], ["updated_at", Sat, 24 Aug 2013 09:00:16 UTC +00:00]]  (14.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 96ms (ActiveRecord: 71.6ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 30ms (Views: 24.9ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 11:00:16 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (25.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 48ms (Views: 38.5ms | ActiveRecord: 6.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:47 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 11:04:48 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (21.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 44ms (Views: 36.2ms | ActiveRecord: 3.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:50 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/application.js - 304 Not Modified (96ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 11:04:51 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments/1/reglements/new" for 127.0.0.1 at 2013-08-24 12:34:44 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"1"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "1"]] Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Reglement Load (0.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (38.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (45.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 219ms (Views: 128.6ms | ActiveRecord: 13.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:44 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 12:34:45 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.7ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (68.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 93ms (Views: 85.0ms | ActiveRecord: 4.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:11 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:49:12 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:49:12 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/4/payments/1" for 127.0.0.1 at 2013-08-24 14:49:25 +0200 Processing by Adherent::PaymentsController#destroy as HTML Parameters: {"authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "member_id"=>"4", "id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (3.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN Adherent::Reglement Load (2.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 1 SQL (5.7ms) DELETE FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 [["id", 1]]  (190.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/payments Completed 302 Found in 211ms (ActiveRecord: 202.9ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (1.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Adhesion Load (3.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (5.7ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (28.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 59ms (Views: 43.6ms | ActiveRecord: 12.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/application.css - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:26 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:49:27 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:49:27 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (41.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 63ms (Views: 52.3ms | ActiveRecord: 6.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (96ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:49:30 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 30ms (Views: 25.4ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:38 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:49:39 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:49:39 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:49:39 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:49:39 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-24 14:49:44 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (2.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (1.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (6.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (8.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 36ms (Views: 25.1ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (85ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:45 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:49:46 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 14:49:46 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (4.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.8ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (17.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 41ms (Views: 31.5ms | ActiveRecord: 7.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:50 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:49:51 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:49:51 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (21.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 87ms (Views: 79.1ms | ActiveRecord: 4.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/application.css - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:55 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/application.js - 304 Not Modified (10ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:49:56 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (4.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (2.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (15.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 38ms (Views: 26.2ms | ActiveRecord: 9.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/application.css - 304 Not Modified (68ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:02 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:50:03 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:50:03 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/4/payments/2" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Processing by Adherent::PaymentsController#destroy as HTML Parameters: {"authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "member_id"=>"4", "id"=>"2"} Organism Load (2.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (3.8ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = $1 LIMIT 1 [["id", "2"]]  (0.0ms) BEGIN Adherent::Reglement Load (0.9ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 2 SQL (1.0ms) DELETE FROM "adherent_reglements" WHERE "adherent_reglements"."id" = $1 [["id", 1]] SQL (0.8ms) DELETE FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 [["id", 2]]  (117.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/payments Completed 302 Found in 142ms (ActiveRecord: 127.4ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (1.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (3.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 23ms (Views: 19.3ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/application.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:11 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (96ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:12 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:50:13 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (1.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (24.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 44ms (Views: 34.9ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:15 +0200 Served asset /adherent/application.js - 304 Not Modified (93ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:50:16 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:50:16 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 14:50:16 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 14:50:16 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 14:50:16 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:50:16 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:50:16 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.6ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 27ms (Views: 22.4ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/coords.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:20 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:50:21 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:50:21 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:50:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:50:21 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-24 14:50:27 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (7.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (9.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 85ms (Views: 78.0ms | ActiveRecord: 1.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (10ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:28 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:50:29 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 14:50:29 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:50:37 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "payment"=>{"date"=>"24/08/2013", "amount"=>"170", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (2.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.8ms) BEGIN SQL (4.1ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sat, 24 Aug 2013 12:50:37 UTC +00:00], ["date", Sat, 24 Aug 2013], ["member_id", 4], ["mode", "CB"], ["updated_at", Sat, 24 Aug 2013 12:50:37 UTC +00:00]] Adherent::Member Load (3.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 SQL (3.9ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 5], ["amount", #], ["created_at", Sat, 24 Aug 2013 12:50:37 UTC +00:00], ["payment_id", 3], ["updated_at", Sat, 24 Aug 2013 12:50:37 UTC +00:00]]  (21.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 57ms (ActiveRecord: 37.6ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 14:50:37 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (5.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 39ms (Views: 34.2ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:38 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:50:39 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:50:39 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:50:39 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:50:39 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (20.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 43ms (Views: 35.8ms | ActiveRecord: 3.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (90ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/application.js - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 14:50:56 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 14:50:57 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:50:57 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:50:57 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (12.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 29ms (Views: 24.9ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:00 +0200 Served asset /adherent/application.js - 304 Not Modified (86ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:01 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:01 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:51:01 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments/3/reglements/new" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"3"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.9ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (6.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (9.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 72ms (Views: 61.1ms | ActiveRecord: 3.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:06 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:51:11 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3  (0.9ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (12.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 25.0ms | ActiveRecord: 3.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (5ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:12 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:13 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:51:13 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 14:51:15 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (5.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (4.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (4.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (6.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (40.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 78ms (Views: 52.6ms | ActiveRecord: 23.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (82ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:16 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:17 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:51:17 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 14:51:17 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 14:51:17 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 14:51:17 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:51:17 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:51:17 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-24 14:51:22 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.2ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Redirected to http://localhost:3000/adherent/members/3/adhesions/new Completed 302 Found in 7ms (ActiveRecord: 0.9ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-24 14:51:22 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (3.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (5.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (13.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (18.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 50ms (Views: 34.0ms | ActiveRecord: 10.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/coords.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (98ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:23 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:24 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 14:51:24 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "adhesion"=>{"from_date"=>"24/08/2013", "to_date"=>"23/08/2014", "amount"=>"100"}, "commit"=>"Enregistrer", "member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sat, 24 Aug 2013 12:51:33 UTC +00:00], ["from_date", Sat, 24 Aug 2013], ["member_id", 3], ["to_date", Sat, 23 Aug 2014], ["updated_at", Sat, 24 Aug 2013 12:51:33 UTC +00:00]]  (63.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/3/adhesions Completed 302 Found in 83ms (ActiveRecord: 64.8ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (7.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.5ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (7.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (13.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 48ms (Views: 28.2ms | ActiveRecord: 15.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/application.js - 304 Not Modified (91ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:51:34 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (23.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 46ms (Views: 37.7ms | ActiveRecord: 5.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:39 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:51:39 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 14:51:39 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 14:51:39 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:51:39 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 14:51:39 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:51:39 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:51:42 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (12.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 28ms (Views: 24.4ms | ActiveRecord: 2.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:43 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:44 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:51:44 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments/3/reglements/new" for 127.0.0.1 at 2013-08-24 14:51:45 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (1.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (8.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (12.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 49ms (Views: 27.2ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:45 +0200 Served asset /adherent/application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:46 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:47 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/payments/3/reglements" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Processing by Adherent::ReglementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "reglement"=>{"adhesion_id"=>"6"}, "commit"=>"Enregistrer", "payment_id"=>"3"} Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]]  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6  (0.1ms) BEGIN SQL (1.5ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 6], ["amount", #], ["created_at", Sat, 24 Aug 2013 12:51:55 UTC +00:00], ["payment_id", 3], ["updated_at", Sat, 24 Aug 2013 12:51:55 UTC +00:00]]  (114.0ms) COMMIT Adherent::Member Load (5.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Redirected to http://localhost:3000/adherent/members/4/payments Completed 302 Found in 140ms (ActiveRecord: 124.1ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (3.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.7ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (18.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 39ms (Views: 31.3ms | ActiveRecord: 6.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:55 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:56 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:56 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:56 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:56 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:51:56 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:51:56 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:51:56 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/4/payments/3" for 127.0.0.1 at 2013-08-24 14:54:32 +0200 Processing by Adherent::PaymentsController#destroy as HTML Parameters: {"authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "member_id"=>"4", "id"=>"3"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = $1 LIMIT 1 [["id", "3"]]  (0.2ms) BEGIN Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 3 SQL (0.3ms) DELETE FROM "adherent_reglements" WHERE "adherent_reglements"."id" = $1 [["id", 2]] SQL (0.8ms) DELETE FROM "adherent_reglements" WHERE "adherent_reglements"."id" = $1 [["id", 3]] SQL (0.2ms) DELETE FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 [["id", 3]]  (24.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/payments Completed 302 Found in 93ms (ActiveRecord: 34.0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (6.8ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 48ms (Views: 35.7ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:33 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:54:34 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (4.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (16.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (18.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 91ms (Views: 40.4ms | ActiveRecord: 8.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (102ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:37 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:54:38 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 14:54:38 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started POST "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:54:47 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "payment"=>{"date"=>"24/08/2013", "amount"=>"170", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (0.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.2ms) BEGIN SQL (1.5ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sat, 24 Aug 2013 12:54:47 UTC +00:00], ["date", Sat, 24 Aug 2013], ["member_id", 4], ["mode", "CB"], ["updated_at", Sat, 24 Aug 2013 12:54:47 UTC +00:00]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 SQL (0.5ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 5], ["amount", #], ["created_at", Sat, 24 Aug 2013 12:54:47 UTC +00:00], ["payment_id", 4], ["updated_at", Sat, 24 Aug 2013 12:54:47 UTC +00:00]]  (19.8ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 53ms (ActiveRecord: 23.4ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 14:54:47 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (2.9ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (15.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 51ms (Views: 43.2ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (101ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:48 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:54:49 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:54:49 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:54:49 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:54:49 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 14:54:51 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (43.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 65ms (Views: 55.3ms | ActiveRecord: 5.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (107ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/application.js - 304 Not Modified (7ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:54:53 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:54:53 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 14:54:53 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 14:54:53 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:54:53 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 14:54:53 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:54:53 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 3 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (2.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 21ms (Views: 17.6ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (4ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:54:59 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:55:00 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 14:55:02 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (22.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 85ms (Views: 78.3ms | ActiveRecord: 3.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:03 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:55:04 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 14:55:04 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 14:55:04 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 14:55:04 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:55:04 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:55:04 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:55:04 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (20.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 37ms (Views: 32.2ms | ActiveRecord: 2.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (71ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:06 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:55:07 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:55:07 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments/4/reglements/new" for 127.0.0.1 at 2013-08-24 14:55:08 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"4"} Organism Load (0.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (1.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (1.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (47.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (52.6ms) Rendered layouts/adherent/_header.html.haml (0.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 101ms (Views: 78.0ms | ActiveRecord: 7.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/layouts.css - 304 Not Modified (97ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:09 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:55:10 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started POST "/adherent/payments/4/reglements" for 127.0.0.1 at 2013-08-24 14:55:16 +0200 Processing by Adherent::ReglementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9f8mNQERMhgt5HQ/+cFLxXE5HhwJKYNm0tOADcrCwz0=", "reglement"=>{"adhesion_id"=>"6"}, "commit"=>"Enregistrer", "payment_id"=>"4"} Organism Load (4.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Reglement Load (1.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (1.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (2.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 6], ["amount", #], ["created_at", Sat, 24 Aug 2013 12:55:16 UTC +00:00], ["payment_id", 4], ["updated_at", Sat, 24 Aug 2013 12:55:16 UTC +00:00]]  (49.7ms) COMMIT Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Redirected to http://localhost:3000/adherent/members/4/payments Completed 302 Found in 69ms (ActiveRecord: 60.4ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-24 14:55:16 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (1.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (1.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (24.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 42ms (Views: 34.9ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:17 +0200 Served asset /adherent/application.js - 304 Not Modified (87ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:55:18 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:55:18 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (22.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 43ms (Views: 36.3ms | ActiveRecord: 3.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (6ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:24 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:55:25 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 14:55:25 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 14:55:25 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 14:55:25 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:55:25 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:55:25 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:55:25 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-24 14:55:28 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (3.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (4.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (2.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (10.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 37ms (Views: 23.2ms | ActiveRecord: 10.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:28 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 14:55:29 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 14:55:30 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 14:55:30 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 14:55:30 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (1.9ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.9ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (8.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 132ms (Views: 122.2ms | ActiveRecord: 5.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/application.css - 304 Not Modified (109ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (16ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (1ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:45 +0200 Served asset /adherent/application.js - 304 Not Modified (21ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:09:46 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 17:09:46 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:09:46 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:09:46 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-24 17:09:46 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (56ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:09:51 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (1.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (26.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 51ms (Views: 40.2ms | ActiveRecord: 8.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:51 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/icones/home.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/home.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/icones/user-plus.png - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/user-plus.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 17:09:52 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:11:02 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (4.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (32.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 58ms (Views: 46.2ms | ActiveRecord: 8.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/icones/home.png - 200 OK (10ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/icones/user-plus.png - 200 OK (7ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/afficher.png" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/icones/afficher.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:11:03 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (1.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (1.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (35.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 55ms (Views: 44.4ms | ActiveRecord: 7.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/icones/bandaid.png - 200 OK (39ms) Started GET "/assets/adherent/icones/card-adress.png" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/icones/card-adress.png - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/card-adress.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/icones/home.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/icones/user-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:12:33 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (38.0ms) Rendered layouts/adherent/_header.html.haml (0.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 68ms (Views: 56.2ms | ActiveRecord: 8.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (90ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-24 17:12:52 +0200 Served asset /adherent/icones/card-address.png - 200 OK (8ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:12:53 +0200 Served asset /adherent/icones/home.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:12:53 +0200 Served asset /adherent/icones/user-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:12:53 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:12:53 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:12:53 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-24 17:12:53 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (7.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (21.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 59ms (Views: 54.4ms | ActiveRecord: 0.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 17:13:11 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-08-24 17:13:38 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (2.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (7.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (9.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 80ms (Views: 73.6ms | ActiveRecord: 2.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:38 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/coords.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/icones/users.png - 200 OK (7ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 17:13:39 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (3.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (1.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (24.0ms) Rendered layouts/adherent/_header.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 49ms (Views: 34.4ms | ActiveRecord: 10.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (62ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:45 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:13:46 +0200 Served asset /adherent/icones/home.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-24 17:13:46 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:13:46 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:13:46 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:13:46 +0200 Served asset /adherent/icones/user-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:13:46 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 30ms (Views: 24.2ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:48 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:13:49 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (1.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (23.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 42ms (Views: 33.5ms | ActiveRecord: 5.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:04 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:14:05 +0200 Served asset /adherent/icones/home.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:14:05 +0200 Served asset /adherent/icones/user-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:14:05 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:14:05 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:14:05 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-24 17:14:05 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/edit" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (8.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (12.8ms) Rendered layouts/adherent/_header.html.haml (1.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 47ms (Views: 43.1ms | ActiveRecord: 0.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:14:07 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:14:08 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 17:14:08 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 17:14:08 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/edit" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"4"} Organism Load (1.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (11.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (15.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 36ms (Views: 32.3ms | ActiveRecord: 1.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/application.css - 304 Not Modified (55ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:03 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:04 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:04 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:23:04 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-24 17:23:04 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 17:23:04 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/4" for 127.0.0.1 at 2013-08-24 17:23:15 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"4"} Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (1.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 52ms (Views: 46.7ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/payments.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:23:16 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/4" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"4"} Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (2.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 23ms (Views: 17.5ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/application.js - 304 Not Modified (87ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:23:45 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/edit" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"4"} Organism Load (4.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (6.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (10.3ms) Rendered layouts/adherent/_header.html.haml (2.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 41ms (Views: 30.7ms | ActiveRecord: 5.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 17:23:50 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/4/coord" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"4"} Organism Load (5.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Coord Load (4.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 103ms (Views: 88.8ms | ActiveRecord: 10.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:23:53 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (24.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 45ms (Views: 37.1ms | ActiveRecord: 5.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:14 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/icones/home.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/icones/user-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:24:15 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/1/" for 127.0.0.1 at 2013-08-24 17:24:21 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"1"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "1"]] Completed 404 Not Found in 2ms ActiveRecord::RecordNotFound (Couldn't find Adherent::Member with id=1): activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:344:in `find_one' activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:315:in `find_with_ids' activerecord (3.2.14) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.14) lib/active_record/querying.rb:5:in `find' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:21:in `show' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__330966100__process_action__425051444__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__834427142__call__275399970__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Started GET "/adherent/members/4" for 127.0.0.1 at 2013-08-24 17:24:25 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (7.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 35ms (Views: 32.0ms | ActiveRecord: 0.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (88ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:24:26 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/4" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Processing by Adherent::MembersController#show as HTML Parameters: {"id"=>"4"} Organism Load (1.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/show.html.erb within layouts/adherent/application (5.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 27ms (Views: 22.5ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:07 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/application.js - 304 Not Modified (86ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:25:08 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/coord" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"4"} Organism Load (2.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (3.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 26ms (Views: 16.7ms | ActiveRecord: 5.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:12 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:13 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:13 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:13 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:13 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:13 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:13 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:13 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:25:13 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:25:13 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/coords" for 127.0.0.1 at 2013-08-24 17:25:47 +0200 ActionController::RoutingError (No route matches [GET] "/adherent/members/4/coords"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/adherent/members/4/coord" for 127.0.0.1 at 2013-08-24 17:25:51 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (1.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 27ms (Views: 18.0ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/application.css - 304 Not Modified (51ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/navigation90.png" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/icones/navigation90.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:25:52 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/coords" for 127.0.0.1 at 2013-08-24 17:26:39 +0200 Processing by Adherent::CoordsController#index as HTML Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Coord Load (7.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb within layouts/adherent/application (53.7ms) Completed 500 Internal Server Error in 74ms ActionView::Template::Error (undefined method `mail' for nil:NilClass): 34: 35: <% @coords.each do |coord| %> 36: 37: <%= coord.mail %> 38: <%= coord.tel %> 39: <%= coord.gsm %> 40: <%= coord.office %> /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb:37:in `block in __home_jcl_rails_project__dherent_app_views_adherent_coords_index_html_erb___426423303__619764058' /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb:35:in `each' /home/jcl/rails_project/Adherent/app/views/adherent/coords/index.html.erb:35:in `__home_jcl_rails_project__dherent_app_views_adherent_coords_index_html_erb___426423303__619764058' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /home/jcl/rails_project/Adherent/app/controllers/adherent/coords_controller.rb:14:in `index' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__344788531__process_action__205307646__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__834427142__call__275399970__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/adherent/members/4/coord" for 127.0.0.1 at 2013-08-24 17:30:41 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"4"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (3.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 138ms (Views: 21.6ms | ActiveRecord: 13.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/application.css - 304 Not Modified (21ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:30:42 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (109.6ms) Rendered layouts/adherent/_header.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.4ms) Completed 200 OK in 134ms (Views: 122.8ms | ActiveRecord: 7.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:44 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:30:45 +0200 Served asset /adherent/icones/home.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:30:45 +0200 Served asset /adherent/icones/user-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-24 17:30:45 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-24 17:30:45 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:30:45 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:30:45 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:30:45 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-24 17:30:49 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (13.6ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 89ms (Views: 83.5ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-24 17:30:50 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions/6/edit" for 127.0.0.1 at 2013-08-24 17:32:37 +0200 Processing by Adherent::AdhesionsController#edit as HTML Parameters: {"member_id"=>"3", "id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (7.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/edit.html.erb within layouts/adherent/application (10.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 31ms (Views: 26.4ms | ActiveRecord: 1.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:37 +0200 Served asset /adherent/application.css - 304 Not Modified (30ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:37 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:37 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (56ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 17:32:38 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (1.1ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 36ms (Views: 22.5ms | ActiveRecord: 3.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:32:40 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:37:10 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (112.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (97.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 825ms (Views: 704.1ms | ActiveRecord: 118.2ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-24 17:37:13 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (58.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (17.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 227ms (Views: 160.8ms | ActiveRecord: 60.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/application.css - 304 Not Modified (188ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (34ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/coords.js - 304 Not Modified (70ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/members.js - 304 Not Modified (69ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (5ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/payments.js - 304 Not Modified (78ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:14 +0200 Served asset /adherent/application.js - 304 Not Modified (37ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:37:16 +0200 Served asset /adherent/icones/home.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:37:16 +0200 Served asset /adherent/icones/user-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-24 17:37:16 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:37:16 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-24 17:37:16 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:37:16 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:37:16 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/6/payments" for 127.0.0.1 at 2013-08-24 17:37:32 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"6"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 6 EXPLAIN (59.2ms) EXPLAIN SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 6 EXPLAIN for: SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 6 QUERY PLAN ---------------------------------------------------------------------------------------------------------------- Index Scan using index_adherent_payments_on_member_id on adherent_payments (cost=0.00..8.27 rows=1 width=560) Index Cond: (member_id = 6) (2 rows) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (2160.5ms) Rendered layouts/adherent/_header.html.haml (0.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 2195ms (Views: 86.0ms | ActiveRecord: 2105.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (12ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/coords.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-24 17:37:35 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/6/payments/new" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (7.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Adhesion Load (2.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (13.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (33.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 131ms (Views: 81.4ms | ActiveRecord: 9.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (6ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/payments.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:37 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:38 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:37:39 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (3ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 17:37:39 +0200 Served asset /adherent/cal.gif - 304 Not Modified (16ms) Started GET "/adherent/members/6/payments" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (5.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 28ms (Views: 23.8ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/application.css - 304 Not Modified (80ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:41 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:37:42 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-24 17:37:42 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/6/payments/new" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Adhesion Load (4.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (7.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (10.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 147ms (Views: 131.6ms | ActiveRecord: 7.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:43 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-24 17:37:44 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/6/payments" for 127.0.0.1 at 2013-08-24 17:43:09 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"6"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (11.6ms) Rendered layouts/adherent/_header.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 416ms (Views: 184.4ms | ActiveRecord: 10.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/application.css - 304 Not Modified (183ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (124ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (24ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/coords.js - 304 Not Modified (49ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (39ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:10 +0200 Served asset /adherent/members.js - 304 Not Modified (101ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:11 +0200 Served asset /adherent/payments.js - 304 Not Modified (58ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:11 +0200 Served asset /adherent/reglements.js - 304 Not Modified (10ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:11 +0200 Served asset /adherent/application.js - 304 Not Modified (18ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-24 17:43:11 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-24 17:43:11 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (66.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 89ms (Views: 72.4ms | ActiveRecord: 12.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (74ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:13 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/icones/home.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/icones/user-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-24 17:43:14 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-25 07:45:34 +0200 Processing by OrganismsController#index as HTML Organism Load (34.8ms) SELECT "organisms".* FROM "organisms"  EXPLAIN (25.9ms) EXPLAIN SELECT "organisms".* FROM "organisms" EXPLAIN for: SELECT "organisms".* FROM "organisms" QUERY PLAN -------------------------------------------------------------- Seq Scan on organisms (cost=0.00..10.70 rows=70 width=1052) (1 row) Rendered organisms/index.html.haml within layouts/application (27.7ms) Compiled jquery.ui.core.css (2ms) (pid 3336) Compiled jquery.ui.theme.css (15ms) (pid 3336) Compiled jquery.ui.datepicker.css (6ms) (pid 3336) Compiled jquery.js (6ms) (pid 3336) Compiled jquery.ui.core.js (0ms) (pid 3336) Compiled jquery.ui.datepicker.js (19ms) (pid 3336) Compiled jquery_ujs.js (0ms) (pid 3336) Completed 200 OK in 3195ms (Views: 838.4ms | ActiveRecord: 2141.1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /jquery.ui.theme.css - 200 OK (4ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /jquery.ui.datepicker.css - 200 OK (11ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /scaffold.css - 200 OK (2ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /jquery.ui.datepicker.js - 200 OK (14ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /jquery.ui.core.css - 200 OK (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /jquery.ui.core.js - 200 OK (3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /application.css - 200 OK (17ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /organisms.js - 200 OK (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /jquery.js - 200 OK (90ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /jquery_ujs.js - 200 OK (7ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /organisms.css - 200 OK (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:45:39 +0200 Served asset /application.js - 200 OK (30ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-25 07:45:59 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (163.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (19.6ms) Completed 200 OK in 202ms (Views: 35.4ms | ActiveRecord: 165.1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-25 07:46:01 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (11.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (28.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (28.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (39.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (9.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (294.0ms) Compiled adherent/adhesion.css (0ms) (pid 3336) Compiled adherent/bootstrap.css (0ms) (pid 3336) Compiled adherent/coords.css (0ms) (pid 3336) Compiled adherent/date_picker.css (38ms) (pid 3336) Compiled adherent/jc_application.css (447ms) (pid 3336) Compiled adherent/jcmenu.css (2ms) (pid 3336) Compiled adherent/layouts.css (20ms) (pid 3336) Compiled adherent/members.css (0ms) (pid 3336) Compiled adherent/old_bootstrap.css (0ms) (pid 3336) Compiled adherent/payments.css (0ms) (pid 3336) Compiled adherent/reglements.css (0ms) (pid 3336) Compiled adherent/application.css (678ms) (pid 3336) Compiled adherent/adhesion.js (0ms) (pid 3336) Compiled adherent/bootstrap.js (1ms) (pid 3336) Compiled adherent/coords.js (0ms) (pid 3336) Compiled adherent/date_picker.js (0ms) (pid 3336) Compiled adherent/members.js (0ms) (pid 3336) Compiled adherent/payments.js (0ms) (pid 3336) Compiled adherent/reglements.js (0ms) (pid 3336) Compiled adherent/application.js (151ms) (pid 3336) Rendered layouts/adherent/_header.html.haml (0.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (7.6ms) Completed 200 OK in 1507ms (Views: 1194.2ms | ActiveRecord: 165.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/application.css - 200 OK (170ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/adhesion.css - 200 OK (12ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/bootstrap.css - 200 OK (12ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/date_picker.css - 200 OK (1ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/jc_application.css - 200 OK (2ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/coords.css - 200 OK (11ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/jcmenu.css - 200 OK (32ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/layouts.css - 200 OK (10ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/members.css - 200 OK (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/old_bootstrap.css - 200 OK (11ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/reglements.css - 200 OK (10ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/payments.css - 200 OK (12ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/adhesion.js - 200 OK (11ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/bootstrap.js - 200 OK (15ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/coords.js - 200 OK (8ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/date_picker.js - 200 OK (5ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/members.js - 200 OK (4ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/payments.js - 200 OK (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/reglements.js - 200 OK (4ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:46:03 +0200 Served asset /adherent/application.js - 200 OK (98ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-25 07:46:04 +0200 Served asset /adherent/icones/home.png - 200 OK (57ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-25 07:46:04 +0200 Served asset /adherent/icones/card-address.png - 200 OK (32ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-25 07:46:04 +0200 Served asset /adherent/icones/modifier.png - 200 OK (32ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 07:46:04 +0200 Served asset /adherent/icones/payment.png - 200 OK (24ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-25 07:46:04 +0200 Served asset /adherent/icones/user-plus.png - 200 OK (38ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-25 07:46:04 +0200 Served asset /adherent/icones/bandaid.png - 200 OK (38ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-25 07:46:04 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (33ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-25 07:46:10 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (194.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (3.1ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (1.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (27.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 260ms (Views: 49.1ms | ActiveRecord: 200.0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 07:46:10 +0200 Served asset /adherent/icones/users.png - 200 OK (77ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-25 07:46:10 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (41ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-25 07:46:14 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (3.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (108.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (115.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 165ms (Views: 153.8ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-25 07:46:14 +0200 Served asset /adherent/cal.gif - 200 OK (61ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2013-08-25 07:46:14 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 200 OK (91ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-25 07:52:02 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (2.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (49.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (53.2ms) Completed 500 Internal Server Error in 88ms ActionView::Template::Error (No input found for french_decimal): 5: .span12 6: = f.input :from_date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.from_date}, :as=>:date_picker 7: = f.input :to_date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date}, :as=>:date_picker 8: = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'}, :as=>:french_decimal 9: 10: .row-fluid 11: .span12 simple_form (2.1.0) lib/simple_form/form_builder.rb:447:in `find_mapping' simple_form (2.1.0) lib/simple_form/form_builder.rb:378:in `find_input' simple_form (2.1.0) lib/simple_form/form_builder.rb:108:in `input' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml:8:in `block in __home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml___604552608_85342450' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `call' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block (2 levels) in form_for_with_haml' haml (4.0.3) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block in form_for_with_haml' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:146:in `form_for_with_haml' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:29:in `block in simple_form_for' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:48:in `with_simple_form_field_error_proc' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:28:in `simple_form_for' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml:2:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions__form_html_haml___604552608_85342450' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_adhesions_new_html_erb__499895392__612342358' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__928428727__process_action__1025560082__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__761149291__call__1013153209__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.8ms) Connecting to database specified by database.yml Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-25 07:52:25 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (1.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (51.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (94.8ms) Rendered layouts/adherent/_header.html.haml (1.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.8ms) Completed 200 OK in 969ms (Views: 713.2ms | ActiveRecord: 16.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:26 +0200 Served asset /adherent/application.css - 304 Not Modified (29ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:26 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:26 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (9ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:26 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (12ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (12ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (3ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/layouts.css - 304 Not Modified (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/members.css - 304 Not Modified (6ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/payments.css - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/reglements.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /jquery.js - 304 Not Modified (76ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (4ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (4ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/coords.js - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/payments.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/reglements.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/application.js - 304 Not Modified (32ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 07:52:27 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (19ms) Started POST "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-25 07:52:41 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9+jQEZyFba2mFvtbASeWkS1zLbpedSDx6VS0Nn68AMM=", "adhesion"=>{"from_date"=>"24/08/2014", "to_date"=>"23/08/2015", "amount"=>"125.36"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) BEGIN SQL (273.6ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sun, 25 Aug 2013 05:52:41 UTC +00:00], ["from_date", Sun, 24 Aug 2014], ["member_id", 4], ["to_date", Sun, 23 Aug 2015], ["updated_at", Sun, 25 Aug 2013 05:52:41 UTC +00:00]]  (131.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 417ms (ActiveRecord: 406.9ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-25 07:52:41 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (2.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 7 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 7 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (39.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 121ms (Views: 110.0ms | ActiveRecord: 7.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-25 07:52:42 +0200 Served asset /adherent/icones/money-plus.png - 200 OK (26ms) Started DELETE "/adherent/members/4/adhesions/7" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"9+jQEZyFba2mFvtbASeWkS1zLbpedSDx6VS0Nn68AMM=", "member_id"=>"4", "id"=>"7"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "7"]]  (0.1ms) BEGIN SQL (10.5ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 7]]  (12.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 84ms (ActiveRecord: 25.6ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (5.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (1.9ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (15.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 39ms (Views: 26.5ms | ActiveRecord: 8.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/application.js - 304 Not Modified (41ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 07:52:49 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 38ms (Views: 25.1ms | ActiveRecord: 3.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:51 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (4ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:52:52 +0200 Served asset /adherent/application.js - 304 Not Modified (44ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 07:52:52 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/adhesions/new" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (5.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (16.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (17.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 53ms (Views: 40.7ms | ActiveRecord: 6.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/reglements.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/coords.js - 304 Not Modified (80ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 07:53:18 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started POST "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-25 07:54:43 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9+jQEZyFba2mFvtbASeWkS1zLbpedSDx6VS0Nn68AMM=", "adhesion"=>{"from_date"=>"24/08/2014", "to_date"=>"23/08/2015", "amount"=>"125"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (3.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (1.3ms) BEGIN SQL (3.2ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sun, 25 Aug 2013 05:54:43 UTC +00:00], ["from_date", Sun, 24 Aug 2014], ["member_id", 4], ["to_date", Sun, 23 Aug 2015], ["updated_at", Sun, 25 Aug 2013 05:54:43 UTC +00:00]]  (102.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 124ms (ActiveRecord: 111.2ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-25 07:54:43 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (2.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 8 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 8 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (16.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 48ms (Views: 39.8ms | ActiveRecord: 4.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (51ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 07:54:44 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/4/adhesions/8" for 127.0.0.1 at 2013-08-25 07:54:48 +0200 Processing by Adherent::AdhesionsController#destroy as HTML Parameters: {"authenticity_token"=>"9+jQEZyFba2mFvtbASeWkS1zLbpedSDx6VS0Nn68AMM=", "member_id"=>"4", "id"=>"8"} Organism Load (1.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (1.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 AND "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "8"]]  (1.4ms) BEGIN SQL (0.4ms) DELETE FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 [["id", 8]]  (98.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 116ms (ActiveRecord: 105.2ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-25 07:54:48 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 38ms (Views: 31.1ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:48 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 07:54:49 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-25 07:55:53 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (68.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 103ms (Views: 88.6ms | ActiveRecord: 7.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:53 +0200 Served asset /adherent/application.css - 304 Not Modified (77ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:54 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (2.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (17.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (17.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (115.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 189ms (Views: 142.7ms | ActiveRecord: 43.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/reglements.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 07:55:59 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (47.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (50.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 109ms (Views: 96.6ms | ActiveRecord: 1.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:03 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (5.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (8.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (11.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 51ms (Views: 32.0ms | ActiveRecord: 8.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/application.js - 304 Not Modified (82ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 07:56:23 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (33ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-25 08:00:56 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (11.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (13.6ms) Compiled adherent/jc_application.css (379ms) (pid 3453) Compiled adherent/application.css (5ms) (pid 3453) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 492ms (Views: 484.1ms | ActiveRecord: 1.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/application.css - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/jc_application.css - 200 OK (7ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:00:57 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (17.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (19.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 178ms (Views: 43.6ms | ActiveRecord: 16.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/application.css - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:03:07 +0200 Served asset /adherent/application.js - 304 Not Modified (118ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:03:08 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-25 08:08:45 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (144.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (147.0ms) Completed 500 Internal Server Error in 223ms ActionView::Template::Error (undefined method `two_decimals' for #<#:0xb6310f90>): 4: .row-fluid 5: .span12 6: = f.input :date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@payment.date}, :as=>:date_picker 7: = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span6'}, input_html:{class:'span6'}, value:two_decimals(@payment.amount), :as=>:french_decimal 8: = f.input :mode, wrapper_html:{class:'span3'}, :collection=>Adherent::MODES, prompt:'Choisissez', label_html:{class: 'span6'}, input_html:{class:'span6'} 9: .row-fluid 10: .span12 /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:7:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml__890622550__619113178' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `call' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block (2 levels) in form_for_with_haml' haml (4.0.3) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block in form_for_with_haml' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:146:in `form_for_with_haml' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:29:in `block in simple_form_for' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:48:in `with_simple_form_field_error_proc' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:28:in `simple_form_for' /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:2:in `__home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml__890622550__619113178' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_erb__472770458__619170208' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__614981707__process_action__349703384__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__458389264__call__758790568__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms) Connecting to database specified by database.yml Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-25 08:09:48 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (2.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (160.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (199.9ms) Completed 500 Internal Server Error in 403ms ActionView::Template::Error (undefined method `two_decimals' for #<#:0xb678f3a0>): 4: .row-fluid 5: .span12 6: = f.input :date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@payment.date}, :as=>:date_picker 7: = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span6'}, input_html:{class:'span6'}, value:two_decimals(@payment.amount), :as=>:french_decimal 8: = f.input :mode, wrapper_html:{class:'span3'}, :collection=>Adherent::MODES, prompt:'Choisissez', label_html:{class: 'span6'}, input_html:{class:'span6'} 9: .row-fluid 10: .span12 /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:7:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml__819214821_78187790' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `call' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block (2 levels) in form_for_with_haml' haml (4.0.3) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block in form_for_with_haml' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:146:in `form_for_with_haml' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:29:in `block in simple_form_for' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:48:in `with_simple_form_field_error_proc' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:28:in `simple_form_for' /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:2:in `__home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml__819214821_78187790' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:12:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb:11:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_erb___834674605__616687048' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__106564709__process_action__642725739__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__199256506__call__41971488__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-25 08:11:15 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (13.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (15.8ms) Rendered layouts/adherent/_header.html.haml (1.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.2ms) Completed 200 OK in 200ms (Views: 114.2ms | ActiveRecord: 14.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/application.css - 304 Not Modified (34ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (12ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (4ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (7ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/layouts.css - 304 Not Modified (59ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/members.css - 304 Not Modified (9ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/payments.css - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/reglements.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (8ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/coords.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/payments.js - 304 Not Modified (9ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/reglements.js - 304 Not Modified (4ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/application.js - 304 Not Modified (30ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:11:16 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (1ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (2.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (36.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 102ms (Views: 50.9ms | ActiveRecord: 6.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:19 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/coords.js - 304 Not Modified (7ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:12:20 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (32ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (71.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 97ms (Views: 86.1ms | ActiveRecord: 6.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/members.js - 304 Not Modified (4ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:12:21 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/6/adhesions" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"6"} Organism Load (1.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 Redirected to http://localhost:3000/adherent/members/6/adhesions/new Completed 302 Found in 11ms (ActiveRecord: 2.4ms) Started GET "/adherent/members/6/adhesions/new" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"6"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (10.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (13.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 51ms (Views: 37.2ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (10ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/members.js - 304 Not Modified (6ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:12:29 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (2.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (5.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (3.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (1.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (3.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (67.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.3ms) Completed 200 OK in 103ms (Views: 74.5ms | ActiveRecord: 18.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/application.css - 304 Not Modified (109ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:36 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:12:37 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (1.9ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (14.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 74ms (Views: 68.2ms | ActiveRecord: 3.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (10ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:12:39 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (4.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (6.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 74ms (Views: 67.5ms | ActiveRecord: 1.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:12:43 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-25 08:17:49 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (11.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (92.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (143.8ms) Rendered layouts/adherent/_header.html.haml (1.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (3.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.1ms) Completed 200 OK in 1236ms (Views: 768.8ms | ActiveRecord: 81.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/application.css - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (17ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (7ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (12ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (6ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/layouts.css - 304 Not Modified (9ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/reglements.css - 304 Not Modified (7ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/members.css - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/payments.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /jquery.js - 304 Not Modified (59ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (14ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (8ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/payments.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/reglements.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/application.js - 304 Not Modified (43ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (8ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/coords.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:17:51 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (18ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (1.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (10.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (11.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 104ms (Views: 94.1ms | ActiveRecord: 3.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (4ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:18:45 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:18:46 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions/new" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (4.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (10.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (12.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.2ms) Completed 200 OK in 89ms (Views: 74.6ms | ActiveRecord: 5.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/reglements.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:30 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:19:31 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-25 08:19:52 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (3.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (15.9ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (202.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 241ms (Views: 193.2ms | ActiveRecord: 42.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (7ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/application.js - 304 Not Modified (67ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:19:53 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (26ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (23.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (94.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (1.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 136ms (Views: 104.1ms | ActiveRecord: 29.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:56 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/payments.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/coords.js - 304 Not Modified (10ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:19:57 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (5.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (18.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (23.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 78ms (Views: 62.9ms | ActiveRecord: 7.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (40ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:19:59 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:20:00 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started POST "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:25:02 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9+jQEZyFba2mFvtbASeWkS1zLbpedSDx6VS0Nn68AMM=", "payment"=>{"date"=>"25/08/2013", "amount"=>"25", "mode"=>""}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (5.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (1.6ms) BEGIN  (0.4ms) ROLLBACK Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (10.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (12.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 77ms (Views: 35.1ms | ActiveRecord: 8.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/application.css - 304 Not Modified (71ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:25:03 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started POST "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9+jQEZyFba2mFvtbASeWkS1zLbpedSDx6VS0Nn68AMM=", "payment"=>{"date"=>"25/08/2013", "amount"=>"25.00", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (183.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.2ms) BEGIN SQL (383.3ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sun, 25 Aug 2013 06:25:08 UTC +00:00], ["date", Sun, 25 Aug 2013], ["member_id", 4], ["mode", "CB"], ["updated_at", Sun, 25 Aug 2013 06:25:08 UTC +00:00]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (51.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 659ms (ActiveRecord: 620.8ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (9.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 74ms (Views: 68.1ms | ActiveRecord: 1.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:08 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (5ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/members.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:25:09 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-25 08:25:17 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (1.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (25.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 92ms (Views: 78.6ms | ActiveRecord: 8.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:17 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/members.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:25:18 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (25.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.7ms) Completed 200 OK in 90ms (Views: 82.6ms | ActiveRecord: 4.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:32 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:33 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:33 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:25:33 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-25 08:25:33 +0200 Served asset /adherent/icones/imputation.png - 200 OK (60ms) Started GET "/adherent/payments/5/reglements/new" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Member Load (0.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (1.7ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (13.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (17.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (1.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 52ms (Views: 36.8ms | ActiveRecord: 6.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/application.js - 304 Not Modified (48ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:25:53 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/payments/5/reglements/new" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"5"} Organism Load (3.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (2.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (13.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (17.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 57ms (Views: 35.4ms | ActiveRecord: 9.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:26:45 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/payments/5/reglements/new" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"5"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Reglement Load (1.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (12.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (16.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 53ms (Views: 33.3ms | ActiveRecord: 4.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:27:21 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/payments/5/reglements/new" for 127.0.0.1 at 2013-08-25 08:27:43 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"5"} Organism Load (0.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (11.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (15.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 55ms (Views: 35.8ms | ActiveRecord: 4.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:43 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:43 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:43 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (3ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/members.css - 304 Not Modified (37ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:27:44 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started POST "/adherent/payments/5/reglements" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Processing by Adherent::ReglementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9+jQEZyFba2mFvtbASeWkS1zLbpedSDx6VS0Nn68AMM=", "reglement"=>{"adhesion_id"=>"6"}, "commit"=>"Enregistrer", "payment_id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6  (0.1ms) BEGIN SQL (44.0ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 6], ["amount", #], ["created_at", Sun, 25 Aug 2013 06:28:10 UTC +00:00], ["payment_id", 5], ["updated_at", Sun, 25 Aug 2013 06:28:10 UTC +00:00]]  (40.7ms) COMMIT Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Redirected to http://localhost:3000/adherent/members/4/payments Completed 302 Found in 103ms (ActiveRecord: 87.6ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.9ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (25.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 46ms (Views: 38.2ms | ActiveRecord: 5.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:28:10 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (25.8ms) Rendered layouts/adherent/_header.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 49ms (Views: 39.4ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (67ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/reglements.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:18 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:19 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:28:19 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2013-08-25 08:28:27 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.3ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:27 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (61ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/members.css - 304 Not Modified (3ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:28:28 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (25.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 49ms (Views: 40.2ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (51ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:28:35 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:28:38 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (1.9ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (6.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (2.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (34.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 54ms (Views: 37.8ms | ActiveRecord: 13.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:38 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:28:39 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/new" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (3.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (6.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (8.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 45ms (Views: 27.5ms | ActiveRecord: 4.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/application.css - 304 Not Modified (54ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (6ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (6ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:28:41 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started POST "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:28:51 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9+jQEZyFba2mFvtbASeWkS1zLbpedSDx6VS0Nn68AMM=", "payment"=>{"date"=>"25/08/2013", "amount"=>"100", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (3.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) BEGIN SQL (0.5ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Sun, 25 Aug 2013 06:28:51 UTC +00:00], ["date", Sun, 25 Aug 2013], ["member_id", 4], ["mode", "CB"], ["updated_at", Sun, 25 Aug 2013 06:28:51 UTC +00:00]] Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (3.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (24.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/adhesions Completed 302 Found in 43ms (ActiveRecord: 33.0ms) Started GET "/adherent/members/4/adhesions" for 127.0.0.1 at 2013-08-25 08:28:51 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (6.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 30ms (Views: 24.8ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:51 +0200 Served asset /adherent/application.css - 304 Not Modified (78ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:51 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:51 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:51 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:51 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:51 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:51 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:28:52 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (7.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (3.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (1.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (40.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.2ms) Completed 200 OK in 81ms (Views: 49.2ms | ActiveRecord: 15.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/application.css - 304 Not Modified (66ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:03 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-25 08:29:04 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:29:08 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (34.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 54ms (Views: 45.6ms | ActiveRecord: 6.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:08 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:08 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:08 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:08 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:08 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:08 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:08 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:08 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:29:09 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/payments/6/reglements/new" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"6"} Organism Load (4.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (4.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (4.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Reglement Load (0.9ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (9.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (14.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 101ms (Views: 70.0ms | ActiveRecord: 16.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:29:12 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/payments/6/reglements/new" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions"   (0.9ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 1  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 2  (1.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (8.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (11.2ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 80ms (Views: 66.5ms | ActiveRecord: 4.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:29:19 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started POST "/adherent/payments/6/reglements" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Processing by Adherent::ReglementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9+jQEZyFba2mFvtbASeWkS1zLbpedSDx6VS0Nn68AMM=", "reglement"=>{"adhesion_id"=>"6"}, "commit"=>"Enregistrer", "payment_id"=>"6"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (1.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6  (0.1ms) BEGIN SQL (0.7ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 6], ["amount", #], ["created_at", Sun, 25 Aug 2013 06:29:31 UTC +00:00], ["payment_id", 6], ["updated_at", Sun, 25 Aug 2013 06:29:31 UTC +00:00]]  (116.3ms) COMMIT Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Redirected to http://localhost:3000/adherent/members/4/payments Completed 302 Found in 135ms (ActiveRecord: 120.7ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (46.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 106ms (Views: 96.7ms | ActiveRecord: 7.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-25 08:29:31 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/members" for 127.0.0.1 at 2013-08-28 17:25:08 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (100.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (12.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (18.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (75.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (27.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (2.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (263.4ms) Compiled jquery.ui.core.css (54ms) (pid 10730) Compiled jquery.ui.theme.css (15ms) (pid 10730) Compiled jquery.ui.datepicker.css (138ms) (pid 10730) Compiled adherent/adhesion.css (0ms) (pid 10730) Compiled adherent/bootstrap.css (1ms) (pid 10730) Compiled adherent/coords.css (0ms) (pid 10730) Compiled adherent/date_picker.css (0ms) (pid 10730) Compiled adherent/jc_application.css (253ms) (pid 10730) Compiled adherent/jcmenu.css (3ms) (pid 10730) Compiled adherent/layouts.css (35ms) (pid 10730) Compiled adherent/members.css (0ms) (pid 10730) Compiled adherent/old_bootstrap.css (0ms) (pid 10730) Compiled adherent/payments.css (0ms) (pid 10730) Compiled adherent/reglements.css (2ms) (pid 10730) Compiled adherent/application.css (707ms) (pid 10730) Compiled jquery.js (8ms) (pid 10730) Compiled jquery_ujs.js (0ms) (pid 10730) Compiled jquery.ui.core.js (0ms) (pid 10730) Compiled jquery.ui.datepicker.js (15ms) (pid 10730) Compiled adherent/adhesion.js (0ms) (pid 10730) Compiled adherent/bootstrap.js (1ms) (pid 10730) Compiled adherent/coords.js (0ms) (pid 10730) Compiled adherent/date_picker.js (0ms) (pid 10730) Compiled adherent/members.js (0ms) (pid 10730) Compiled adherent/payments.js (0ms) (pid 10730) Compiled adherent/reglements.js (0ms) (pid 10730) Compiled adherent/application.js (353ms) (pid 10730) Rendered layouts/adherent/_header.html.haml (1.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.2ms) Completed 200 OK in 2734ms (Views: 1423.2ms | ActiveRecord: 1214.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/application.css - 304 Not Modified (61ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (5ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (11ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/jc_application.css - 200 OK (6ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (67ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/layouts.css - 304 Not Modified (20ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/members.css - 304 Not Modified (7ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/payments.css - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/reglements.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (8ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/coords.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (7ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/members.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/payments.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/reglements.js - 304 Not Modified (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/application.js - 304 Not Modified (22ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-28 17:25:12 +0200 Served asset /adherent/icones/home.png - 200 OK (96ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-28 17:25:13 +0200 Served asset /adherent/icones/card-address.png - 200 OK (125ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-28 17:25:13 +0200 Served asset /adherent/icones/payment.png - 200 OK (26ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-28 17:25:13 +0200 Served asset /adherent/icones/user-plus.png - 200 OK (92ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-28 17:25:13 +0200 Served asset /adherent/icones/bandaid.png - 200 OK (34ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-28 17:25:13 +0200 Served asset /adherent/icones/modifier.png - 200 OK (16ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-28 17:25:13 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (38ms) Started GET "/adherent/members/6/payments" for 127.0.0.1 at 2013-08-28 17:25:25 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (26.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Payment Load (28.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (37.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 82ms (Views: 23.0ms | ActiveRecord: 56.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (12ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/icones/money-plus.png - 200 OK (53ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-28 17:25:26 +0200 Served asset /adherent/icones/users.png - 200 OK (11ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (23.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 46ms (Views: 36.7ms | ActiveRecord: 5.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (5ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:29 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:30 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (14.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (24.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (16.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (144.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 160ms (Views: 99.3ms | ActiveRecord: 59.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:34 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:35 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:35 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:25:35 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-28 17:25:35 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (45ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-28 17:25:35 +0200 Served asset /adherent/icones/imputation.png - 200 OK (26ms) Started GET "/adherent/members/4/payments/6" for 127.0.0.1 at 2013-08-28 17:25:39 +0200 Processing by Adherent::PaymentsController#show as HTML Parameters: {"member_id"=>"4", "id"=>"6"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml within layouts/adherent/application (62.9ms) Completed 500 Internal Server Error in 78ms ActionView::Template::Error (undefined local variable or method `payment' for #<#:0xa265160>): 1: = content_for :menu do 2: = icon_to 'money.png', member_payments_path(@member) 3: = icon_to 'money-plus.png', new_member_payment_path(@member), title:'Nouveau paiement' 4: - if (payment.non_impute != 0.0) 5: = icon_to 'imputation.png', new_payment_reglement_path(payment), title: 'Imputer le solde sur une autre adhésion' 6: = icon_to 'supprimer.png', [@member,payment], method: :delete, confirm: 'Etes vous sûr ?' 7: /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml:4:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments_show_html_haml___1018730281_85139760' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:45:in `block in capture_with_haml' haml (4.0.3) lib/haml/helpers.rb:368:in `call' haml (4.0.3) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.3) lib/haml/helpers.rb:617:in `with_haml_buffer' haml (4.0.3) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.3) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:138:in `content_for' /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml:1:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_show_html_haml___1018730281_85139760' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__209463396__process_action__519469224__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__748480162__call__721265429__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/adherent/members/4/payments/6" for 127.0.0.1 at 2013-08-28 17:26:10 +0200 Processing by Adherent::PaymentsController#show as HTML Parameters: {"member_id"=>"4", "id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = 6 LIMIT 1 Adherent::Reglement Load (3.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml within layouts/adherent/application (18.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 46ms (Views: 30.9ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:10 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:10 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:10 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:10 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money.png" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/icones/money.png - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/money.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-28 17:26:11 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-28 17:26:47 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (1.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (31.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 49ms (Views: 40.0ms | ActiveRecord: 7.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:47 +0200 Served asset /adherent/application.css - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:47 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:47 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:47 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:47 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:47 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:26:48 +0200 Served asset /adherent/application.js - 304 Not Modified (88ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-28 17:26:49 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-28 17:26:49 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-28 17:26:49 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-28 17:26:49 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (2.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (30.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 51ms (Views: 39.5ms | ActiveRecord: 8.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/application.css - 304 Not Modified (32ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (4ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-28 17:27:26 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-28 17:27:27 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-28 17:27:27 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/6" for 127.0.0.1 at 2013-08-28 17:27:33 +0200 Processing by Adherent::PaymentsController#show as HTML Parameters: {"member_id"=>"4", "id"=>"6"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml within layouts/adherent/application (13.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 35ms (Views: 26.8ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-28 17:27:34 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/6" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Processing by Adherent::PaymentsController#show as HTML Parameters: {"member_id"=>"4", "id"=>"6"} Organism Load (3.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml within layouts/adherent/application (14.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 38ms (Views: 25.1ms | ActiveRecord: 5.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/application.css - 304 Not Modified (59ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:20 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-28 17:28:21 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-28 17:28:21 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-28 17:28:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-28 17:28:21 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/6" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Processing by Adherent::PaymentsController#show as HTML Parameters: {"member_id"=>"4", "id"=>"6"} Organism Load (2.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml within layouts/adherent/application (11.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 36ms (Views: 26.4ms | ActiveRecord: 5.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (60ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:28:24 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-28 17:28:25 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-28 17:28:25 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-28 17:28:25 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-28 17:28:25 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/6" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Processing by Adherent::PaymentsController#show as HTML Parameters: {"member_id"=>"4", "id"=>"6"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml within layouts/adherent/application (13.6ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 37ms (Views: 29.9ms | ActiveRecord: 3.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/application.css - 304 Not Modified (17ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-28 17:29:02 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started DELETE "/adherent/members/4/payments/6" for 127.0.0.1 at 2013-08-29 07:01:54 +0200 Processing by Adherent::PaymentsController#destroy as HTML Parameters: {"authenticity_token"=>"GllQwqm7Q2jtjiSlls4AJhE1N5egQ+vjt35A2P0ZxDo=", "member_id"=>"4", "id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = $1 LIMIT 1 [["id", "6"]]  (0.2ms) BEGIN Adherent::Reglement Load (0.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 6 SQL (53.3ms) DELETE FROM "adherent_reglements" WHERE "adherent_reglements"."id" = $1 [["id", 7]] SQL (23.0ms) DELETE FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 [["id", 6]]  (39.8ms) COMMIT Redirected to http://localhost:3000/adherent/members/4/payments Completed 302 Found in 127ms (ActiveRecord: 117.4ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (1.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (23.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 49ms (Views: 41.4ms | ActiveRecord: 5.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-29 07:01:55 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:03:57 +0200 ActionController::RoutingError (uninitialized constant Adherent::AllpaymentsController): activesupport (3.2.14) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.14) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.14) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__748480162__call__721265429__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:09:52 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Completed 500 Internal Server Error in 21ms NoMethodError (undefined method `payments' for #): activemodel (3.2.14) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.14) lib/active_record/attribute_methods.rb:149:in `method_missing' /home/jcl/rails_project/Adherent/app/controllers/adherent/allpayments_controller.rb:6:in `index' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__567538167__process_action__324233079__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__748480162__call__721265429__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.9ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:11:44 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Completed 500 Internal Server Error in 96ms NameError (uninitialized constant Organism::Payment): activerecord (3.2.14) lib/active_record/inheritance.rb:111:in `compute_type' activerecord (3.2.14) lib/active_record/reflection.rb:172:in `klass' activerecord (3.2.14) lib/active_record/associations/association.rb:118:in `klass' activerecord (3.2.14) lib/active_record/associations/collection_proxy.rb:86:in `method_missing' /home/jcl/rails_project/Adherent/app/controllers/adherent/allpayments_controller.rb:6:in `index' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__567538167__process_action__324233079__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__748480162__call__721265429__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (1.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (1.5ms) Compiled adherent/allpayments.css (0ms) (pid 10730) Compiled adherent/application.css (8ms) (pid 10730) Compiled adherent/allpayments.js (0ms) (pid 10730) Compiled adherent/application.js (11ms) (pid 10730) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 277ms (Views: 133.9ms | ActiveRecord: 13.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/application.css - 304 Not Modified (74ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/allpayments.css - 200 OK (7ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:34 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:34 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:34 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:34 +0200 Served asset /adherent/allpayments.js - 200 OK (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:34 +0200 Served asset /adherent/reglements.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:34 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:34 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:12:34 +0200 Served asset /adherent/application.js - 304 Not Modified (105ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:14:07 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (8.8ms) Completed 500 Internal Server Error in 23ms ActionController::RoutingError (No route matches {:action=>"new", :controller=>"adherent/payments", :member_id=>nil}): actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:540:in `raise_routing_error' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:536:in `rescue in generate' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:528:in `generate' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:569:in `generate' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:594:in `url_for' actionpack (3.2.14) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.14) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:216:in `new_member_payment_path' /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml:3:in `block in __home_jcl_rails_project__dherent_app_views_adherent_allpayments_index_html_haml__743308777_78485660' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:45:in `block in capture_with_haml' haml (4.0.3) lib/haml/helpers.rb:368:in `call' haml (4.0.3) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.3) lib/haml/helpers.rb:617:in `with_haml_buffer' haml (4.0.3) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.3) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:138:in `content_for' /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml:1:in `__home_jcl_rails_project__dherent_app_views_adherent_allpayments_index_html_haml__743308777_78485660' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__567538167__process_action__324233079__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__748480162__call__721265429__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:14:59 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (4.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (60.4ms) Completed 500 Internal Server Error in 69ms ActionView::Template::Error (undefined method `list_imputations' for #<#:0xa0ff870>): 23: %td= payment.date 24: %td= number_to_currency(payment.amount, locale: :fr) 25: %td= payment.mode 26: %td= list_imputations(payment) 27: %td= number_to_currency payment.non_impute, locale: :fr 28: 29: %td /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml:26:in `block in __home_jcl_rails_project__dherent_app_views_adherent_allpayments_index_html_haml__743308777_84405340' /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml:20:in `each' /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml:20:in `__home_jcl_rails_project__dherent_app_views_adherent_allpayments_index_html_haml__743308777_84405340' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__567538167__process_action__324233079__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__748480162__call__721265429__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (10.0ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.9ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.7ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (82.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 192ms (Views: 89.9ms | ActiveRecord: 18.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:08 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:16:09 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (1.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (112.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 178ms (Views: 123.2ms | ActiveRecord: 12.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:23 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /jquery.js - 304 Not Modified (85ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/payments.png" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/icones/payments.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/adherent/icones/payments.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-29 07:18:24 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (35.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 56ms (Views: 48.2ms | ActiveRecord: 4.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-29 07:18:47 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:18:48 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-29 07:18:48 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-29 07:18:48 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-29 07:18:56 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.8ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (46.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 69ms (Views: 59.5ms | ActiveRecord: 6.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:56 +0200 Served asset /adherent/application.css - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:18:57 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Processing by OrganismsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" Rendered organisms/index.html.haml within layouts/application (5.5ms) Completed 200 OK in 146ms (Views: 145.0ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /application.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /organisms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /organisms.js - 304 Not Modified (5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:13 +0200 Served asset /application.js - 304 Not Modified (15ms) Started GET "/organisms/2" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"2"} Organism Load (32.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "2"]] Rendered organisms/show.html.haml within layouts/application (5.7ms) Completed 200 OK in 50ms (Views: 16.5ms | ActiveRecord: 32.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /scaffold.css - 304 Not Modified (8ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /organisms.css - 304 Not Modified (61ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /jquery.js - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (21.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 42ms (Views: 36.2ms | ActiveRecord: 3.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (77ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:19:24 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 4 ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 5 Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 5 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 ORDER BY to_date  (1.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 6 ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (31.9ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 54ms (Views: 44.7ms | ActiveRecord: 5.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (100ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/home.png" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/icones/home.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/user-plus.png" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/icones/user-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:21:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (2.7ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (1.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (4.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (5.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (46.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 83ms (Views: 62.6ms | ActiveRecord: 18.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:24 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:25 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:25 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-29 07:21:25 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-29 07:21:25 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:21:25 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-29 07:21:25 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (22.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 46ms (Views: 37.6ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:31 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (3ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:21:32 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments/4" for 127.0.0.1 at 2013-08-29 07:21:40 +0200 Processing by Adherent::PaymentsController#show as HTML Parameters: {"member_id"=>"4", "id"=>"4"} Organism Load (4.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (6.0ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.8ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml within layouts/adherent/application (12.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 52ms (Views: 33.9ms | ActiveRecord: 14.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:21:41 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (3.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (2.1ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (35.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 62ms (Views: 49.5ms | ActiveRecord: 8.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/application.css - 304 Not Modified (72ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:14 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-29 07:22:15 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Connecting to database specified by database.yml  (26.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (529.4ms) DROP DATABASE IF EXISTS "adh_test"  (3500.3ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (305.1ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "amount" decimal(10,2), "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (5.9ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (74.1ms) CREATE TABLE "adherent_coords" ("id" serial primary key, "mail" character varying(255), "tel" character varying(255), "gsm" character varying(255), "office" character varying(255), "address" text, "zip" character varying(255), "city" character varying(255), "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (15.3ms) CREATE TABLE "adherent_members" ("id" serial primary key, "number" character varying(255), "name" character varying(255), "forname" character varying(255), "birthdate" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "organism_id" integer)   (12.5ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (8.2ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (28.9ms) CREATE TABLE "adherent_reglements" ("id" serial primary key, "amount" decimal(10,2), "adhesion_id" integer, "payment_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (4.3ms) CREATE INDEX "index_adherent_reglements_on_adhesion_id" ON "adherent_reglements" ("adhesion_id")  (13.1ms) CREATE INDEX "index_adherent_reglements_on_payment_id" ON "adherent_reglements" ("payment_id")  (41.1ms) CREATE TABLE "organisms" ("id" serial primary key, "title" character varying(255), "status" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (10.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (20.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (17.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130810074112') Connecting to database specified by database.yml PG::UndefinedTable: ERREUR: la relation « reglements » n'existe pas LINE 1: ...t) as ramount FROM "adherent_adhesions" left join reglements... ^ : SELECT adhesions.*, sum(reglements.amount) as ramount FROM "adherent_adhesions" left join reglements on reglements.adhesion_id = adhesions.id PG::UndefinedTable: ERREUR: entrée manquante de la clause FROM pour la table « adhesions » LINE 1: ...t_reglements on adherent_reglements.adhesion_id = adhesions.... ^ : SELECT adhesions.*, sum(reglements.amount) as ramount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adhesions.id PG::UndefinedTable: ERREUR: entrée manquante de la clause FROM pour la table « adhesions » LINE 1: SELECT adhesions.*, sum(reglements.amount) as ramount FROM "... ^ : SELECT adhesions.*, sum(reglements.amount) as ramount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id PG::GroupingError: ERREUR: la colonne « adherent_adhesions.id » doit apparaître dans la clause GROUP BY ou doit être utilisé dans une fonction d'agrégat LINE 1: SELECT adherent_adhesions.*, sum(adherent_reglements.amount)... ^ : SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as ramount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id PG::UndefinedColumn: ERREUR: la colonne « ramount » n'existe pas LINE 1: ...rent_adhesions.id HAVING adherent_adhesions.amount < ramount ^ : SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as ramount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount < ramount PG::UndefinedColumn: ERREUR: la colonne « ramount » n'existe pas LINE 1: ...rent_adhesions.id HAVING adherent_adhesions.amount < ramount ^ : SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as ramount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount < ramount PG::UndefinedColumn: ERREUR: la colonne adherent_reglements.ramount n'existe pas LINE 1: ...t_adhesions.id HAVING adherent_adhesions.amount < adherent_r... ^ : SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as ramount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount < adherent_reglements.ramount PG::GroupingError: ERREUR: agrégats non autorisés dans une clause GROUP BY LINE 1: SELECT adherent_adhesions.*, sum(adherent_reglements.amount)... ^ : SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as ramount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id GROUP BY adherent_adhesions.id, ramount PG::UndefinedColumn: ERREUR: la colonne « ramount » n'existe pas LINE 1: ...rent_adhesions.id HAVING adherent_adhesions.amount < ramount ^ : SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as ramount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount < ramount PG::SyntaxError: ERREUR: erreur de syntaxe à la fin de l'entrée LINE 1: ...G adherent_adhesions.amount < sum(adherent_reglements.amount ^ : SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as ramount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount < sum(adherent_reglements.amount Connecting to database specified by database.yml  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (347.5ms) DROP DATABASE IF EXISTS "adh_test"  (4075.8ms) CREATE DATABASE "adh_test" ENCODING = 'unicode'  (438.2ms) CREATE TABLE "adherent_adhesions" ("id" serial primary key, "from_date" date, "to_date" date, "amount" decimal(10,2), "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (4.4ms) CREATE INDEX "index_adherent_adhesions_on_member_id" ON "adherent_adhesions" ("member_id")  (65.3ms) CREATE TABLE "adherent_coords" ("id" serial primary key, "mail" character varying(255), "tel" character varying(255), "gsm" character varying(255), "office" character varying(255), "address" text, "zip" character varying(255), "city" character varying(255), "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (58.0ms) CREATE TABLE "adherent_members" ("id" serial primary key, "number" character varying(255), "name" character varying(255), "forname" character varying(255), "birthdate" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "organism_id" integer)   (8.3ms) CREATE TABLE "adherent_payments" ("id" serial primary key, "date" date, "amount" decimal(10,2), "mode" character varying(255), "member_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (3.7ms) CREATE INDEX "index_adherent_payments_on_member_id" ON "adherent_payments" ("member_id")  (5.4ms) CREATE TABLE "adherent_reglements" ("id" serial primary key, "amount" decimal(10,2), "adhesion_id" integer, "payment_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (8.2ms) CREATE INDEX "index_adherent_reglements_on_adhesion_id" ON "adherent_reglements" ("adhesion_id")  (35.7ms) CREATE INDEX "index_adherent_reglements_on_payment_id" ON "adherent_reglements" ("payment_id")  (61.4ms) CREATE TABLE "organisms" ("id" serial primary key, "title" character varying(255), "status" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (17.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.7ms) SELECT version FROM "schema_migrations"  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130810074112') Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-30 08:33:28 +0200 Processing by OrganismsController#index as HTML Organism Load (35.2ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (8.1ms) Compiled jquery.ui.core.css (3ms) (pid 18952) Compiled jquery.ui.theme.css (13ms) (pid 18952) Compiled jquery.ui.datepicker.css (6ms) (pid 18952) Compiled jquery.js (18ms) (pid 18952) Compiled jquery.ui.core.js (0ms) (pid 18952) Compiled jquery.ui.datepicker.js (4ms) (pid 18952) Compiled jquery_ujs.js (0ms) (pid 18952) Completed 200 OK in 866ms (Views: 767.5ms | ActiveRecord: 77.9ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /organisms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /application.css - 304 Not Modified (16ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /scaffold.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /jquery.js - 304 Not Modified (86ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (20ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /organisms.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:30 +0200 Served asset /application.js - 304 Not Modified (15ms) Started GET "/organisms/1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (1.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (5.7ms) Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 1.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:33 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 08:33:35 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (14.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.2ms) SHOW max_identifier_length  (24.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (10.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (123.9ms) Compiled adherent/adhesion.css (0ms) (pid 18952) Compiled adherent/allpayments.css (0ms) (pid 18952) Compiled adherent/bootstrap.css (0ms) (pid 18952) Compiled adherent/coords.css (0ms) (pid 18952) Compiled adherent/date_picker.css (0ms) (pid 18952) Compiled adherent/jc_application.css (391ms) (pid 18952) Compiled adherent/jcmenu.css (1ms) (pid 18952) Compiled adherent/layouts.css (60ms) (pid 18952) Compiled adherent/members.css (1ms) (pid 18952) Compiled adherent/old_bootstrap.css (0ms) (pid 18952) Compiled adherent/payments.css (0ms) (pid 18952) Compiled adherent/reglements.css (0ms) (pid 18952) Compiled adherent/application.css (953ms) (pid 18952) Compiled adherent/adhesion.js (0ms) (pid 18952) Compiled adherent/allpayments.js (0ms) (pid 18952) Compiled adherent/bootstrap.js (1ms) (pid 18952) Compiled adherent/coords.js (0ms) (pid 18952) Compiled adherent/date_picker.js (0ms) (pid 18952) Compiled adherent/members.js (0ms) (pid 18952) Compiled adherent/payments.js (0ms) (pid 18952) Compiled adherent/reglements.js (0ms) (pid 18952) Compiled adherent/application.js (493ms) (pid 18952) Rendered layouts/adherent/_header.html.haml (0.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.0ms) Completed 200 OK in 1962ms (Views: 1867.2ms | ActiveRecord: 67.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/application.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (12ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/coords.css - 304 Not Modified (6ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (7ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (6ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (6ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/members.css - 304 Not Modified (4ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/payments.css - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/reglements.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (116ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (7ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (7ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (6ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (3ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/members.js - 304 Not Modified (5ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (3ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/application.js - 304 Not Modified (27ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/icones/payment.png - 200 OK (84ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/icones/bandaid.png - 200 OK (93ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 08:33:38 +0200 Served asset /adherent/icones/modifier.png - 200 OK (104ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 08:33:39 +0200 Served asset /adherent/icones/card-address.png - 200 OK (220ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 08:33:39 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (89ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 08:33:39 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (98ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-30 08:33:43 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (17.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (49.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (15.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (30.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (1.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (5.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (1.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_payment.html.haml (204.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (283.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 342ms (Views: 208.7ms | ActiveRecord: 130.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/icones/users.png - 200 OK (104ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-30 08:33:44 +0200 Served asset /adherent/icones/money-plus.png - 200 OK (21ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-30 08:33:45 +0200 Served asset /adherent/icones/detail.png - 200 OK (17ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 08:33:53 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (29.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 51ms (Views: 41.6ms | ActiveRecord: 6.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:54 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/_payment.html.haml (27.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (38.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 75ms (Views: 49.5ms | ActiveRecord: 4.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:55 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:33:56 +0200 Served asset /adherent/application.js - 304 Not Modified (78ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (34.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 55ms (Views: 44.4ms | ActiveRecord: 7.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:02 +0200 Served asset /adherent/application.js - 304 Not Modified (9ms) Started GET "/adherent/members/6/payments" for 127.0.0.1 at 2013-08-30 08:34:09 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"6"} Organism Load (0.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 6 Rendered collection (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (3.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 64ms (Views: 60.2ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:10 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/members/6/payments/new" for 127.0.0.1 at 2013-08-30 08:34:12 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Adhesion Load (0.7ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (26.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.erb within layouts/adherent/application (29.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 131ms (Views: 89.5ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:12 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:12 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/reglements.css - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-30 08:34:13 +0200 Served asset /adherent/cal.gif - 200 OK (31ms) Started POST "/adherent/members/6/payments" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hjh+2hujPspyTPmK9/0a34xEVqNX84lJ6WOenmICtTc=", "payment"=>{"date"=>"30/08/2013", "amount"=>"125", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"6"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]]  (0.1ms) BEGIN SQL (250.3ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Fri, 30 Aug 2013 06:34:21 UTC +00:00], ["date", Fri, 30 Aug 2013], ["member_id", 6], ["mode", "CB"], ["updated_at", Fri, 30 Aug 2013 06:34:21 UTC +00:00]] Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 6 LIMIT 1 Adherent::Adhesion Load (2.8ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL ORDER BY to_date  (3.7ms) COMMIT Redirected to http://localhost:3000/adherent/members/6/payments Completed 302 Found in 312ms (ActiveRecord: 258.6ms) Started GET "/adherent/members/6/payments" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"6"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "6"]] Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 6 Adherent::Reglement Load (0.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_payment.html.haml (10.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (14.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 78ms (Views: 71.4ms | ActiveRecord: 3.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 08:34:21 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-30 08:34:22 +0200 Served asset /adherent/icones/imputation.png - 200 OK (51ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.3ms) SHOW max_identifier_length  (15.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (9.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (92.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 151ms (Views: 84.7ms | ActiveRecord: 39.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (70ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:06 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:07 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:07 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:07 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:07 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:07 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 11:24:07 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 11:41:36 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (55.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (12.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (152.1ms) Compiled jquery.ui.core.css (2ms) (pid 18952) Compiled jquery.ui.theme.css (16ms) (pid 18952) Compiled jquery.ui.datepicker.css (109ms) (pid 18952) Compiled adherent/adhesion.css (0ms) (pid 18952) Compiled adherent/allpayments.css (0ms) (pid 18952) Compiled adherent/bootstrap.css (43ms) (pid 18952) Compiled adherent/coords.css (0ms) (pid 18952) Compiled adherent/date_picker.css (0ms) (pid 18952) Compiled adherent/demo_table.css (0ms) (pid 18952) Compiled adherent/jc_application.css (239ms) (pid 18952) Compiled adherent/jcmenu.css (0ms) (pid 18952) Compiled adherent/layouts.css (15ms) (pid 18952) Compiled adherent/members.css (0ms) (pid 18952) Compiled adherent/old_bootstrap.css (0ms) (pid 18952) Compiled adherent/payments.css (0ms) (pid 18952) Compiled adherent/reglements.css (0ms) (pid 18952) Compiled adherent/application.css (1011ms) (pid 18952) Compiled jquery.js (47ms) (pid 18952) Compiled jquery_ujs.js (1ms) (pid 18952) Compiled jquery.ui.core.js (0ms) (pid 18952) Compiled jquery.ui.datepicker.js (38ms) (pid 18952) Compiled adherent/adhesion.js (0ms) (pid 18952) Compiled adherent/allpayments.js (0ms) (pid 18952) Compiled adherent/bootstrap.js (2ms) (pid 18952) Compiled adherent/coords.js (0ms) (pid 18952) Compiled adherent/date_picker.js (0ms) (pid 18952) Compiled adherent/jquery.dataTables.min.js (2ms) (pid 18952) Compiled adherent/members.js (0ms) (pid 18952) Compiled adherent/payments.js (0ms) (pid 18952) Compiled adherent/reglements.js (2ms) (pid 18952) Compiled adherent/application.js (975ms) (pid 18952) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 2693ms (Views: 2614.3ms | ActiveRecord: 72.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/application.css - 304 Not Modified (104ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/demo_table.css - 200 OK (3ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:39 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (19ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/jquery.dataTables.min.js - 200 OK (4ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 11:41:40 +0200 Served asset /adherent/application.js - 304 Not Modified (41ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 11:41:42 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 11:41:42 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 11:41:42 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 11:41:42 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 11:41:42 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 11:41:42 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (43.8ms) Rendered layouts/adherent/_header.html.haml (0.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 103ms (Views: 92.3ms | ActiveRecord: 6.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/application.css - 304 Not Modified (19ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:39 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /jquery.js - 304 Not Modified (123ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 11:43:40 +0200 Served asset /adherent/application.js - 304 Not Modified (33ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 11:43:41 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 11:43:41 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 11:43:41 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 11:43:41 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 11:43:41 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 11:43:41 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 11:44:00 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (4.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (8.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (68.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (1.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 108ms (Views: 82.8ms | ActiveRecord: 21.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/application.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:01 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 11:44:02 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 11:44:02 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 11:44:02 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 11:44:02 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 11:44:02 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 11:44:02 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (2.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (38.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 61ms (Views: 50.8ms | ActiveRecord: 7.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:15 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (1ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/application.js - 304 Not Modified (85ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 11:44:16 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 11:44:17 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 11:44:17 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 11:44:17 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 11:44:17 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 11:44:17 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 11:45:18 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (4.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (36.0ms) Compiled adherent/members.js (0ms) (pid 18952) Compiled adherent/application.js (6ms) (pid 18952) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 221ms (Views: 208.4ms | ActiveRecord: 8.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/application.css - 304 Not Modified (7ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/members.js - 200 OK (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 11:45:19 +0200 Served asset /adherent/application.js - 304 Not Modified (122ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /images/sort_asc.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_asc.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /images/back_disabled.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/back_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /images/forward_disabled.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/forward_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 11:45:20 +0200 Served asset /images/sort_both.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_both.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/images/sort_desc.png" for 127.0.0.1 at 2013-08-30 11:45:59 +0200 Served asset /images/sort_desc.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_desc.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 12:01:33 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (345.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (126.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (252.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1318ms (Views: 684.7ms | ActiveRecord: 478.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/application.css - 304 Not Modified (223ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/members.js - 304 Not Modified (183ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:01:36 +0200 Served asset /adherent/application.js - 304 Not Modified (725ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /images/sort_asc.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_asc.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /images/sort_both.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_both.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /images/back_disabled.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/back_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 12:01:39 +0200 Served asset /images/forward_disabled.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/images/forward_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 12:02:39 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (2.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (59.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 84ms (Views: 70.1ms | ActiveRecord: 6.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:39 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:39 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:39 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:39 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:02:40 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /images/sort_asc.png - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_asc.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /images/forward_disabled.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/forward_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /images/back_disabled.png - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/images/back_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 12:02:41 +0200 Served asset /images/sort_both.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_both.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.9ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-30 12:03:29 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7  (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/_payment.html.haml (199.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (215.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 305ms (Views: 243.6ms | ActiveRecord: 28.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/application.js - 304 Not Modified (6ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:03:31 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 12:03:44 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (25.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 90ms (Views: 83.9ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:03:45 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /images/sort_asc.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_asc.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /images/sort_both.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_both.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /images/back_disabled.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/images/back_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 12:03:46 +0200 Served asset /images/forward_disabled.png - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/images/forward_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (29.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 54ms (Views: 45.6ms | ActiveRecord: 5.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/application.css - 304 Not Modified (20ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:10 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:11 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /images/sort_asc.png - 200 OK (28ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /images/sort_both.png - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/images/sort_both.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (49.3ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /images/forward_disabled.png - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/images/forward_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 12:05:12 +0200 Served asset /images/back_disabled.png - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/images/back_disabled.png"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 12:05:42 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (32.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 60ms (Views: 46.9ms | ActiveRecord: 6.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:05:43 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /images/sort_both.png - 200 OK (10ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /images/forward_disabled.png - 200 OK (8ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 12:05:44 +0200 Served asset /images/back_disabled.png - 200 OK (10ms) Started GET "/assets/images/sort_desc.png" for 127.0.0.1 at 2013-08-30 12:05:53 +0200 Served asset /images/sort_desc.png - 200 OK (2ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 12:13:57 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (29.0ms) Compiled adherent/members.js (0ms) (pid 18952) Compiled adherent/application.js (8ms) (pid 18952) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 583ms (Views: 575.2ms | ActiveRecord: 5.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/application.css - 304 Not Modified (10ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:58 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/members.js - 200 OK (6ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:13:59 +0200 Served asset /adherent/application.js - 304 Not Modified (105ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 12:14:00 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-30 12:51:09 +0200 Processing by OrganismsController#index as HTML Organism Load (110.0ms) SELECT "organisms".* FROM "organisms" EXPLAIN (53.1ms) EXPLAIN SELECT "organisms".* FROM "organisms"  EXPLAIN for: SELECT "organisms".* FROM "organisms" QUERY PLAN -------------------------------------------------------------- Seq Scan on organisms (cost=0.00..10.70 rows=70 width=1052) (1 row) Rendered organisms/index.html.haml within layouts/application (515.7ms) Completed 200 OK in 2743ms (Views: 1738.0ms | ActiveRecord: 163.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:51:17 +0200 Served asset /application.css - 304 Not Modified (43ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (27ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (23ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /jquery.js - 304 Not Modified (36ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (47ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (484ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (23ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /application.js - 304 Not Modified (33ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-30 12:51:18 +0200 Served asset /organisms.js - 304 Not Modified (19ms) Started GET "/organisms/2" for 127.0.0.1 at 2013-08-30 12:53:02 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"2"} Organism Load (118.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "2"]] Rendered organisms/show.html.haml within layouts/application (10.2ms) Completed 200 OK in 3311ms (Views: 3150.9ms | ActiveRecord: 143.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:05 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /jquery.js - 304 Not Modified (23ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (35ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:06 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 12:53:08 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (89.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (35.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (6.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (3.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (5.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (2.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (5.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (3.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (2.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (2.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (2.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (2.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (2.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (2.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (6.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (5.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (5.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (2.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2439.0ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 3631ms (Views: 3198.4ms | ActiveRecord: 420.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/application.css - 304 Not Modified (215ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/members.js - 304 Not Modified (10ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/application.js - 304 Not Modified (33ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:53:13 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-08-30 12:53:16 +0200 Served asset /images/forward_enabled.png - 200 OK (131ms) Started GET "/assets/images/forward_enabled_hover.png" for 127.0.0.1 at 2013-08-30 12:53:19 +0200 Served asset /images/forward_enabled_hover.png - 200 OK (24ms) Started GET "/assets/images/back_enabled.png" for 127.0.0.1 at 2013-08-30 12:53:20 +0200 Served asset /images/back_enabled.png - 200 OK (39ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-30 12:55:05 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (6.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (9.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (3.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (1.6ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (3.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 6 LIMIT 1 Adherent::Reglement Load (2.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (6.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/_payment.html.haml (80.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (82.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 166ms (Views: 126.1ms | ActiveRecord: 35.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /adherent/application.css - 304 Not Modified (62ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (112ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:06 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:55:07 +0200 Served asset /adherent/application.js - 304 Not Modified (5ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:55:08 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-30 12:58:31 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.8ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/_payment.html.haml (27.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (59.2ms) Compiled adherent/allpayments.js (0ms) (pid 18952) Compiled adherent/members.js (0ms) (pid 18952) Compiled adherent/application.js (7ms) (pid 18952) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 853ms (Views: 831.6ms | ActiveRecord: 5.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:32 +0200 Served asset /adherent/application.css - 304 Not Modified (47ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (5ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (135ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/allpayments.js - 200 OK (2ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/members.js - 200 OK (2ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:58:33 +0200 Served asset /adherent/application.js - 304 Not Modified (126ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 12:58:35 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:58:35 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-30 12:58:35 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-30 12:58:35 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-30 12:59:04 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (1.2ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (2.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (2.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/_payment.html.haml (39.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (41.0ms) Compiled adherent/allpayments.js (0ms) (pid 18952) Compiled adherent/application.js (8ms) (pid 18952) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 271ms (Views: 255.9ms | ActiveRecord: 12.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/application.css - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (87ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/allpayments.js - 200 OK (7ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/application.js - 304 Not Modified (261ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 12:59:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 12:59:06 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 12:59:06 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-30 12:59:06 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-30 12:59:06 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 12:59:06 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 12:59:06 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 12:59:06 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 12:59:06 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_desc.png" for 127.0.0.1 at 2013-08-30 12:59:27 +0200 Served asset /images/sort_desc.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 13:45:10 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (52.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (17.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (5.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (9.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (4.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (4.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (5.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (7.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (7.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (6.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (5.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (7.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (6.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (7.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (6.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (8.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (4.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (3.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (7.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (5.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (5.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (6.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (8.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (6.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (4.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (4.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (6.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (3.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (9.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (7.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (4.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (5.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (10.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (3.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (8.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (6.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (5.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (6.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (3.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (9.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (8.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (2.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (5.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (6.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (6.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (5.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (5.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (10.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (5.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (4.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (3.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (4.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (2.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (15.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (9.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (10.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (5.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (6.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (5.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (3.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (6.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (4.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (6.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (6.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (7.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (7.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (4.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (6.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (6.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (4.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (10.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (6.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (6.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (3.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (5.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (4.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (4.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (7.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (11.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (2.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (3.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (8.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (3.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (7.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (3.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (6.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (6.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (6.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (6.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (4.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (2.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (7.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (2.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (4.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (3.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (4.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (3.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (6.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (7.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (5.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (3.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (4.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (5.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (4.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (7.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (6.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (8.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (6.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (3376.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 3760ms (Views: 2612.9ms | ActiveRecord: 1120.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/application.css - 304 Not Modified (70ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (59ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /jquery.js - 304 Not Modified (76ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (128ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:15 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:16 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:16 +0200 Served asset /adherent/application.js - 304 Not Modified (32ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:16 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 13:45:16 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 13:45:19 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 17:16:17 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (6.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (5.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (4.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (5.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (4.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (5.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (7.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (5.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (6.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (3.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (8.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (4.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (3.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (10.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (6.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (3.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (5.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (3.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (4.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (4.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (6.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (8.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (3.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (6.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (10.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (3.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (4.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (6.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (6.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (4.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (4.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (7.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (6.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (5.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (7.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (5.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (3.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (7.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (4.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (2.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (4.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (6.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (6.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (4.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (6.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (5.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (4.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (5.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (6.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (6.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (2.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (4.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (6.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (5.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (7.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (6.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (6.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (5.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (6.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (4.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (4.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2664.9ms) Compiled adherent/members.js (0ms) (pid 18952) Compiled adherent/application.js (15ms) (pid 18952) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 3351ms (Views: 2620.4ms | ActiveRecord: 717.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/application.css - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/members.js - 200 OK (14ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:16:21 +0200 Served asset /adherent/application.js - 304 Not Modified (118ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 17:16:23 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-08-30 17:16:24 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 17:23:40 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (3.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (2.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (3.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (2.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1749.9ms) Compiled adherent/members.js (0ms) (pid 18952) Compiled adherent/application.js (13ms) (pid 18952) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1923ms (Views: 1666.1ms | ActiveRecord: 244.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (37ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/members.js - 200 OK (6ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:23:43 +0200 Served asset /adherent/application.js - 304 Not Modified (198ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 17:23:46 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 17:24:15 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (3.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (2.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (6.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (7.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (6.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (7.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (2.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1842.8ms) Rendered layouts/adherent/_header.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1880ms (Views: 1602.1ms | ActiveRecord: 263.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/application.css - 304 Not Modified (160ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/coords.js - 304 Not Modified (7ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:24:18 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-08-30 17:24:21 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-30 17:48:46 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (6.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (4.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Member Load (1.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.9ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (2.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (3.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (11.1ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/_payment.html.haml (223.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (235.4ms) Compiled adherent/members.js (0ms) (pid 18952) Compiled adherent/application.js (10ms) (pid 18952) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1068ms (Views: 528.4ms | ActiveRecord: 339.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/application.css - 304 Not Modified (28ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:48 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/members.js - 200 OK (3ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/application.js - 304 Not Modified (155ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-30 17:48:49 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 17:48:51 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 17:48:51 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 17:48:51 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 17:48:51 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 17:48:51 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/_payment.html.haml (39.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (42.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 94ms (Views: 54.4ms | ActiveRecord: 6.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:16 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (90ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:17 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 17:50:18 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 17:50:18 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-30 17:50:18 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-30 17:50:18 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 17:50:18 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 17:50:18 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 17:50:18 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 17:50:18 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/adherent/payments" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Processing by Adherent::AllpaymentsController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" INNER JOIN "adherent_members" ON "adherent_payments"."member_id" = "adherent_members"."id" WHERE "adherent_members"."organism_id" = 2 Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 6 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 7 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.7ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/_payment.html.haml (47.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/allpayments/index.html.haml within layouts/adherent/application (49.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 79ms (Views: 67.0ms | ActiveRecord: 8.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:50:39 +0200 Served asset /adherent/application.js - 304 Not Modified (86ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 17:50:40 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 17:50:40 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-08-30 17:50:41 +0200 Served asset /adherent/icones/imputation.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-30 17:50:41 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 17:50:41 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 17:50:41 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 17:50:41 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 17:50:41 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 17:51:22 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (31.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (2.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (3.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (6.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (2.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1715.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1747ms (Views: 1456.0ms | ActiveRecord: 281.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/layouts.css - 304 Not Modified (4ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:24 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (1ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (92ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:25 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-08-30 17:51:27 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/coord" for 127.0.0.1 at 2013-08-30 17:51:41 +0200 Processing by Adherent::CoordsController#show as HTML Parameters: {"member_id"=>"3"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (27.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Coord Load (2.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/show.html.erb within layouts/adherent/application (2.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 58ms (Views: 20.7ms | ActiveRecord: 30.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:42 +0200 Served asset /adherent/application.js - 304 Not Modified (79ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 17:51:43 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 17:51:43 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 17:51:46 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (2.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (2.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (3.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (2.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (3.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (7.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1822.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.2ms) Completed 200 OK in 1858ms (Views: 1583.5ms | ActiveRecord: 262.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (7ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:49 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 17:51:51 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-08-30 17:51:52 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Payment Load (11.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 3 Rendered collection (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (15.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 37ms (Views: 22.0ms | ActiveRecord: 12.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:56 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/coords.js - 304 Not Modified (106ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:51:57 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 17:51:58 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-30 17:52:05 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_payment.html.haml (21.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (26.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 50ms (Views: 44.3ms | ActiveRecord: 4.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:52:06 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 17:52:07 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-30 17:52:07 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-08-30 17:53:04 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_payment.html.haml (28.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (34.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 82ms (Views: 75.8ms | ActiveRecord: 4.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/application.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 17:53:05 +0200 Served asset /adherent/application.js - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 17:53:06 +0200 Served asset /adherent/icones/users.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-30 17:53:06 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-08-30 17:53:06 +0200 Served asset /adherent/icones/detail.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-08-30 18:38:39 +0200 Processing by OrganismsController#index as HTML Organism Load (7.8ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (23.9ms) Compiled jquery.ui.core.css (2ms) (pid 22272) Compiled jquery.ui.theme.css (14ms) (pid 22272) Compiled jquery.ui.datepicker.css (6ms) (pid 22272) Compiled jquery.js (6ms) (pid 22272) Compiled jquery.ui.core.js (0ms) (pid 22272) Compiled jquery.ui.datepicker.js (3ms) (pid 22272) Compiled jquery_ujs.js (0ms) (pid 22272) Completed 200 OK in 833ms (Views: 449.5ms | ActiveRecord: 346.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /application.css - 304 Not Modified (13ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /organisms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /scaffold.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /jquery.js - 304 Not Modified (47ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /organisms.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:41 +0200 Served asset /application.js - 304 Not Modified (8ms) Started GET "/organisms/2" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"2"} Organism Load (34.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "2"]] Rendered organisms/show.html.haml within layouts/application (33.2ms) Completed 200 OK in 115ms (Views: 75.0ms | ActiveRecord: 35.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:44 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-08-30 18:38:45 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (14.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (8.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.2ms) SHOW max_identifier_length  (77.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (31.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (2.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (2.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (5.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (6.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (5.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (7.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (4.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (3.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (12.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (7.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (5.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (6.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (4.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (2.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (5.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (6.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (3.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (6.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (4.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (5.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (4.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (5.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (8.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (6.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (7.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (6.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (8.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (4.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (3.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (4.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (3.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (3.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (10.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (3.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (4.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (5.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (2.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (8.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (4.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (5.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (4.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (6.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (4.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (5.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (8.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (5.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (4.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (4.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (5.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (11.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (2.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2374.6ms) Compiled adherent/adhesion.css (0ms) (pid 22272) Compiled adherent/allpayments.css (0ms) (pid 22272) Compiled adherent/bootstrap.css (0ms) (pid 22272) Compiled adherent/coords.css (0ms) (pid 22272) Compiled adherent/date_picker.css (0ms) (pid 22272) Compiled adherent/demo_table.css (0ms) (pid 22272) Compiled adherent/jc_application.css (300ms) (pid 22272) Compiled adherent/jcmenu.css (0ms) (pid 22272) Compiled adherent/layouts.css (96ms) (pid 22272) Compiled adherent/members.css (0ms) (pid 22272) Compiled adherent/old_bootstrap.css (0ms) (pid 22272) Compiled adherent/payments.css (0ms) (pid 22272) Compiled adherent/reglements.css (0ms) (pid 22272) Compiled adherent/application.css (913ms) (pid 22272) Compiled adherent/adhesion.js (0ms) (pid 22272) Compiled adherent/allpayments.js (0ms) (pid 22272) Compiled adherent/bootstrap.js (1ms) (pid 22272) Compiled adherent/coords.js (0ms) (pid 22272) Compiled adherent/date_picker.js (0ms) (pid 22272) Compiled adherent/jquery.dataTables.min.js (39ms) (pid 22272) Compiled adherent/members.js (0ms) (pid 22272) Compiled adherent/payments.js (0ms) (pid 22272) Compiled adherent/reglements.js (0ms) (pid 22272) Compiled adherent/application.js (302ms) (pid 22272) Rendered layouts/adherent/_header.html.haml (1.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (4.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (2.5ms) Completed 200 OK in 4404ms (Views: 3640.9ms | ActiveRecord: 702.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/application.css - 304 Not Modified (136ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (9ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (8ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/coords.css - 304 Not Modified (2ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (10ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (10ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (15ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/layouts.css - 304 Not Modified (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/members.css - 304 Not Modified (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/payments.css - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/reglements.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (1ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (25ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/coords.js - 304 Not Modified (10ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (10ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/reglements.js - 304 Not Modified (5ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/payments.js - 304 Not Modified (9ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 18:38:51 +0200 Served asset /adherent/application.js - 304 Not Modified (164ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (29ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /adherent/icones/payment.png - 200 OK (28ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /adherent/icones/card-address.png - 200 OK (54ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /adherent/icones/bandaid.png - 200 OK (31ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /adherent/icones/modifier.png - 200 OK (18ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (78ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /images/sort_asc.png - 200 OK (108ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /images/sort_both.png - 200 OK (47ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /images/forward_disabled.png - 200 OK (51ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /images/back_disabled.png - 200 OK (27ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-08-30 18:38:55 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (21ms) Started GET "/adherent/members/3/payments" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Payment Load (10.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 3 Rendered collection (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (20.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 53ms (Views: 38.4ms | ActiveRecord: 12.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/application.css - 304 Not Modified (66ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:04 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/icones/users.png - 200 OK (25ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-08-30 18:39:05 +0200 Served asset /adherent/icones/money-plus.png - 200 OK (37ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2013-08-30 18:39:07 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.6ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (16.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (88.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (98.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 201ms (Views: 131.3ms | ActiveRecord: 19.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 18:39:08 +0200 Served asset /adherent/application.js - 304 Not Modified (77ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2013-08-30 19:22:26 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (8.6ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date EXPLAIN (52.5ms) EXPLAIN SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date EXPLAIN for: SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------ Sort (cost=38.00..38.00 rows=2 width=64) Sort Key: adherent_adhesions.to_date -> HashAggregate (cost=37.96..37.99 rows=2 width=64) Filter: ((adherent_adhesions.amount > sum(adherent_reglements.amount)) OR (sum(adherent_reglements.amount) IS NULL)) -> Hash Right Join (cost=12.80..37.94 rows=2 width=64) Hash Cond: (adherent_reglements.adhesion_id = adherent_adhesions.id) -> Seq Scan on adherent_reglements (cost=0.00..21.00 rows=1100 width=20) -> Hash (cost=12.77..12.77 rows=2 width=48) -> Bitmap Heap Scan on adherent_adhesions (cost=4.29..12.77 rows=2 width=48) Recheck Cond: (member_id = 3) Filter: (amount > 0::numeric) -> Bitmap Index Scan on index_adherent_adhesions_on_member_id (cost=0.00..4.29 rows=5 width=0) Index Cond: (member_id = 3) (13 rows)  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (22.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (32.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 1051ms (Views: 233.9ms | ActiveRecord: 78.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:28 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-08-30 19:22:29 +0200 Served asset /adherent/application.js - 304 Not Modified (82ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-08-30 19:22:30 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-08-30 19:22:30 +0200 Served asset /adherent/cal.gif - 304 Not Modified (94ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-09-02 09:34:15 +0200 Processing by OrganismsController#index as HTML Organism Load (29.1ms) SELECT "organisms".* FROM "organisms"  EXPLAIN (15.4ms) EXPLAIN SELECT "organisms".* FROM "organisms" EXPLAIN for: SELECT "organisms".* FROM "organisms" QUERY PLAN -------------------------------------------------------------- Seq Scan on organisms (cost=0.00..10.70 rows=70 width=1052) (1 row) Rendered organisms/index.html.haml within layouts/application (11.1ms) Compiled jquery.ui.core.css (3ms) (pid 6126) Compiled jquery.ui.theme.css (15ms) (pid 6126) Compiled jquery.ui.datepicker.css (5ms) (pid 6126) Compiled jquery.js (9ms) (pid 6126) Compiled jquery.ui.core.js (0ms) (pid 6126) Compiled jquery.ui.datepicker.js (4ms) (pid 6126) Compiled jquery_ujs.js (0ms) (pid 6126) Completed 200 OK in 1342ms (Views: 539.9ms | ActiveRecord: 746.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:17 +0200 Served asset /application.css - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:17 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:17 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:17 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (4ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:17 +0200 Served asset /organisms.css - 304 Not Modified (1ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:17 +0200 Served asset /scaffold.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:18 +0200 Served asset /jquery.js - 304 Not Modified (75ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:18 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:18 +0200 Served asset /organisms.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:18 +0200 Served asset /application.js - 304 Not Modified (15ms) Started GET "/organisms/2" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"2"} Organism Load (103.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "2"]] Rendered organisms/show.html.haml within layouts/application (34.5ms) Completed 200 OK in 182ms (Views: 76.0ms | ActiveRecord: 103.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:21 +0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-09-02 09:34:23 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (22.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (150.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.5ms) SHOW max_identifier_length  (124.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (19.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (28.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (2.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (4.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (2.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (2.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (2.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (2.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (2263.2ms) Compiled adherent/adhesion.css (0ms) (pid 6126) Compiled adherent/allpayments.css (0ms) (pid 6126) Compiled adherent/bootstrap.css (0ms) (pid 6126) Compiled adherent/coords.css (0ms) (pid 6126) Compiled adherent/date_picker.css (0ms) (pid 6126) Compiled adherent/demo_table.css (0ms) (pid 6126) Compiled adherent/jc_application.css (4477ms) (pid 6126) Compiled adherent/jcmenu.css (0ms) (pid 6126) Compiled adherent/layouts.css (93ms) (pid 6126) Compiled adherent/members.css (0ms) (pid 6126) Compiled adherent/old_bootstrap.css (0ms) (pid 6126) Compiled adherent/payments.css (0ms) (pid 6126) Compiled adherent/reglements.css (0ms) (pid 6126) Compiled adherent/application.css (5107ms) (pid 6126) Compiled adherent/adhesion.js (0ms) (pid 6126) Compiled adherent/allpayments.js (1ms) (pid 6126) Compiled adherent/bootstrap.js (4ms) (pid 6126) Compiled adherent/coords.js (0ms) (pid 6126) Compiled adherent/date_picker.js (1ms) (pid 6126) Compiled adherent/jquery.dataTables.min.js (71ms) (pid 6126) Compiled adherent/members.js (1ms) (pid 6126) Compiled adherent/payments.js (0ms) (pid 6126) Compiled adherent/reglements.js (0ms) (pid 6126) Compiled adherent/application.js (850ms) (pid 6126) Rendered layouts/adherent/_header.html.haml (1.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (2.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.4ms) Completed 200 OK in 9551ms (Views: 8545.3ms | ActiveRecord: 627.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/application.css - 304 Not Modified (64ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (12ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (8ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (3ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (6ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (2ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (2ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (2ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/members.css - 304 Not Modified (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (5ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (2ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (4ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (7ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/coords.js - 304 Not Modified (3ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (7ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/members.js - 304 Not Modified (2ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (6ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (3ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 09:34:33 +0200 Served asset /adherent/application.js - 304 Not Modified (70ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2013-09-02 09:34:34 +0200 Served asset /adherent/icones/payment.png - 200 OK (254ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2013-09-02 09:34:34 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (300ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2013-09-02 09:34:34 +0200 Served asset /adherent/icones/modifier.png - 200 OK (64ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2013-09-02 09:34:34 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (65ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-09-02 09:34:36 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (41ms) Started GET "/adherent/members/110/edit" for 127.0.0.1 at 2013-09-02 09:44:27 +0200 Processing by Adherent::MembersController#edit as HTML Parameters: {"id"=>"110"} Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (3.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "110"]] Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (82.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/edit.html.erb within layouts/adherent/application (106.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 181ms (Views: 174.3ms | ActiveRecord: 4.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:27 +0200 Served asset /adherent/application.css - 304 Not Modified (69ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:27 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:27 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:27 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2013-09-02 09:44:28 +0200 Served asset /adherent/cal.gif - 200 OK (31ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-09-02 09:44:34 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (2.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (3.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (3.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (2.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (2.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1676.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.5ms) Completed 200 OK in 1766ms (Views: 1521.6ms | ActiveRecord: 235.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 09:44:37 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-09-02 09:44:38 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/assets/images/back_enabled_hover.png" for 127.0.0.1 at 2013-09-02 10:18:09 +0200 Served asset /images/back_enabled_hover.png - 200 OK (34ms) Started GET "/adherent/members/4/payments" for 127.0.0.1 at 2013-09-02 10:18:17 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (14.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 Adherent::Reglement Load (11.7ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Adhesion Load (14.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (1.0ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 5 Adherent::Member Load (2.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_payment.html.haml (129.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (177.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 231ms (Views: 179.1ms | ActiveRecord: 48.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/application.css - 304 Not Modified (22ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/detail.png" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/icones/detail.png - 200 OK (48ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-09-02 10:18:18 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (29ms) Started GET "/adherent/payments/4/reglements/5" for 127.0.0.1 at 2013-09-02 10:18:22 +0200 Processing by Adherent::ReglementsController#show as HTML Parameters: {"payment_id"=>"4", "id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (12.1ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Reglement Load (1.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 AND "adherent_reglements"."id" = $1 LIMIT 1 [["id", "5"]] Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/show.html.haml within layouts/adherent/application (47.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 145ms (Views: 123.0ms | ActiveRecord: 14.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/retour.png" for 127.0.0.1 at 2013-09-02 10:18:23 +0200 Served asset /adherent/icones/retour.png - 200 OK (34ms) Started DELETE "/adherent/payments/4/reglements/5" for 127.0.0.1 at 2013-09-02 10:18:28 +0200 Processing by Adherent::ReglementsController#destroy as HTML Parameters: {"authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "payment_id"=>"4", "id"=>"5"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.2ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 AND "adherent_reglements"."id" = $1 LIMIT 1 [["id", "5"]]  (0.1ms) BEGIN SQL (30.5ms) DELETE FROM "adherent_reglements" WHERE "adherent_reglements"."id" = $1 [["id", 5]]  (24.9ms) COMMIT Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Redirected to http://localhost:3000/adherent/members/4/payments/4 Completed 302 Found in 65ms (ActiveRecord: 56.7ms) Started GET "/adherent/members/4/payments/4" for 127.0.0.1 at 2013-09-02 10:18:28 +0200 Processing by Adherent::PaymentsController#show as HTML Parameters: {"member_id"=>"4", "id"=>"4"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 4 AND "adherent_payments"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Adhesion Load (0.1ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/show.html.haml within layouts/adherent/application (15.0ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (2.6ms) Completed 200 OK in 50ms (Views: 44.1ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:28 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:28 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:28 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (81ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/application.js - 304 Not Modified (7ms) Started GET "/assets/adherent/icones/imputation.png" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/icones/imputation.png - 200 OK (53ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-09-02 10:18:29 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/payments/4/reglements/new" for 127.0.0.1 at 2013-09-02 10:18:31 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"4"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.5ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "4"]] Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 4 LIMIT 1 Adherent::Reglement Load (0.2ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Reglement Load (0.5ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 4 Adherent::Adhesion Load (0.6ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1  (23.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (38.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (62.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 116ms (Views: 79.7ms | ActiveRecord: 27.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (61ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /jquery.js - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:18:32 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-09-02 10:19:14 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (4.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (3.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (2.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (6.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1569.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1604ms (Views: 1371.6ms | ActiveRecord: 220.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /adherent/application.css - 304 Not Modified (67ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (3ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/members.css - 304 Not Modified (13ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (15ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:17 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-09-02 10:19:18 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-09-02 10:19:23 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (6.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (8.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 72ms (Views: 66.2ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/application.css - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/payments.js - 304 Not Modified (36ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:24 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-09-02 10:19:34 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "member"=>{"number"=>"569", "name"=>"Dupont", "forname"=>"Aline", "birthdate"=>""}, "commit"=>"Créer le membre"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (0.5ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '569' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (101.3ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", nil], ["created_at", Mon, 02 Sep 2013 08:19:35 UTC +00:00], ["forname", "Aline"], ["name", "Dupont"], ["number", "569"], ["organism_id", 2], ["updated_at", Mon, 02 Sep 2013 08:19:35 UTC +00:00]]  (3.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/207/coord/new Completed 302 Found in 168ms (ActiveRecord: 105.7ms) Started GET "/adherent/members/207/coord/new" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"207"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "207"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (11.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (23.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (45.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 138ms (Views: 133.5ms | ActiveRecord: 0.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (4ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:35 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started POST "/adherent/members/207/coord" for 127.0.0.1 at 2013-09-02 10:19:37 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "coord"=>{"mail"=>"", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>""}, "commit"=>"Enregistrer", "member_id"=>"207"} Organism Load (2.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "207"]] Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1  (0.2ms) BEGIN SQL (54.2ms) INSERT INTO "adherent_coords" ("address", "city", "created_at", "gsm", "mail", "member_id", "office", "tel", "updated_at", "zip") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["address", ""], ["city", ""], ["created_at", Mon, 02 Sep 2013 08:19:37 UTC +00:00], ["gsm", ""], ["mail", ""], ["member_id", 207], ["office", ""], ["tel", ""], ["updated_at", Mon, 02 Sep 2013 08:19:37 UTC +00:00], ["zip", ""]]  (30.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/207/adhesions/new Completed 302 Found in 103ms (ActiveRecord: 90.2ms) Started GET "/adherent/members/207/adhesions/new" for 127.0.0.1 at 2013-09-02 10:19:37 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"207"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "207"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 207 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 207 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (11.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (26.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 125ms (Views: 116.8ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:38 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started POST "/adherent/members/207/adhesions" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "adhesion"=>{"from_date"=>"02/09/2013", "to_date"=>"01/09/2014", "amount"=>"10.00"}, "commit"=>"Enregistrer", "member_id"=>"207"} Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "207"]]  (0.1ms) BEGIN SQL (118.6ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Mon, 02 Sep 2013 08:19:43 UTC +00:00], ["from_date", Mon, 02 Sep 2013], ["member_id", 207], ["to_date", Mon, 01 Sep 2014], ["updated_at", Mon, 02 Sep 2013 08:19:43 UTC +00:00]]  (34.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/207/adhesions Completed 302 Found in 168ms (ActiveRecord: 155.7ms) Started GET "/adherent/members/207/adhesions" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"207"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "207"]]  (0.7ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 207 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 207  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 9 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 9 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (15.7ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 90ms (Views: 84.5ms | ActiveRecord: 2.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/coords.css - 304 Not Modified (1ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:43 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-09-02 10:19:44 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-09-02 10:19:45 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (2.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (7.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (4.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (7.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (2.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (3.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (2.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (2.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (3.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 207 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1721.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 1826ms (Views: 1564.4ms | ActiveRecord: 252.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:47 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:47 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:48 +0200 Served asset /adherent/application.js - 304 Not Modified (81ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-09-02 10:19:49 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (7.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (11.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 35ms (Views: 28.3ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:19:52 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "member"=>{"number"=>"571", "name"=>"Dupont", "forname"=>"François", "birthdate"=>""}, "commit"=>"Créer le membre"} Organism Load (3.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (0.2ms) BEGIN Adherent::Member Exists (0.4ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '571' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (0.4ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", nil], ["created_at", Mon, 02 Sep 2013 08:20:05 UTC +00:00], ["forname", "François"], ["name", "Dupont"], ["number", "571"], ["organism_id", 2], ["updated_at", Mon, 02 Sep 2013 08:20:05 UTC +00:00]]  (40.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/208/coord/new Completed 302 Found in 54ms (ActiveRecord: 44.6ms) Started GET "/adherent/members/208/coord/new" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"208"} Organism Load (0.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "208"]] Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 208 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (16.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (17.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 37ms (Views: 33.5ms | ActiveRecord: 0.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (3ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:05 +0200 Served asset /adherent/application.js - 304 Not Modified (83ms) Started POST "/adherent/members/208/coord" for 127.0.0.1 at 2013-09-02 10:20:07 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "coord"=>{"mail"=>"", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>""}, "commit"=>"Enregistrer", "member_id"=>"208"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "208"]] Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 208 LIMIT 1  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "adherent_coords" ("address", "city", "created_at", "gsm", "mail", "member_id", "office", "tel", "updated_at", "zip") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["address", ""], ["city", ""], ["created_at", Mon, 02 Sep 2013 08:20:07 UTC +00:00], ["gsm", ""], ["mail", ""], ["member_id", 208], ["office", ""], ["tel", ""], ["updated_at", Mon, 02 Sep 2013 08:20:07 UTC +00:00], ["zip", ""]]  (121.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/208/adhesions/new Completed 302 Found in 134ms (ActiveRecord: 124.7ms) Started GET "/adherent/members/208/adhesions/new" for 127.0.0.1 at 2013-09-02 10:20:07 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"208"} Organism Load (5.9ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "208"]] Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 208 Adherent::Adhesion Load (1.0ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 208 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (10.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (15.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 53ms (Views: 37.6ms | ActiveRecord: 7.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:08 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started POST "/adherent/members/208/adhesions" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "adhesion"=>{"from_date"=>"02/09/2013", "to_date"=>"01/09/2014", "amount"=>"10.00"}, "commit"=>"Enregistrer", "member_id"=>"208"} Organism Load (2.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "208"]]  (0.3ms) BEGIN SQL (0.5ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Mon, 02 Sep 2013 08:20:12 UTC +00:00], ["from_date", Mon, 02 Sep 2013], ["member_id", 208], ["to_date", Mon, 01 Sep 2014], ["updated_at", Mon, 02 Sep 2013 08:20:12 UTC +00:00]]  (23.2ms) COMMIT Redirected to http://localhost:3000/adherent/members/208/adhesions Completed 302 Found in 82ms (ActiveRecord: 26.7ms) Started GET "/adherent/members/208/adhesions" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"208"} Organism Load (1.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "208"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 208 Adherent::Adhesion Load (0.4ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 208  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 10 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 10 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (12.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 34ms (Views: 28.6ms | ActiveRecord: 2.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (7ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-09-02 10:20:13 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-09-02 10:20:14 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (1.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (31.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (2.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (6.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (2.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (7.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (5.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (4.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (3.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (43.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 207 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 208 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 208 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1666.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1739ms (Views: 1397.2ms | ActiveRecord: 328.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:16 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-09-02 10:20:17 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-09-02 10:20:18 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (6.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (8.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:19 +0200 Served asset /adherent/application.js - 304 Not Modified (86ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "member"=>{"number"=>"572", "name"=>"Dupont", "forname"=>"France", "birthdate"=>""}, "commit"=>"Créer le membre"} Organism Load (2.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (0.5ms) BEGIN Adherent::Member Exists (1.1ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '572' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (1.2ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", nil], ["created_at", Mon, 02 Sep 2013 08:20:29 UTC +00:00], ["forname", "France"], ["name", "Dupont"], ["number", "572"], ["organism_id", 2], ["updated_at", Mon, 02 Sep 2013 08:20:29 UTC +00:00]]  (61.5ms) COMMIT Redirected to http://localhost:3000/adherent/members/209/coord/new Completed 302 Found in 74ms (ActiveRecord: 66.6ms) Started GET "/adherent/members/209/coord/new" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"209"} Organism Load (1.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "209"]] Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 209 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (12.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (14.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 38ms (Views: 31.2ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:29 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/application.js - 304 Not Modified (85ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:30 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started POST "/adherent/members/209/coord" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "coord"=>{"mail"=>"", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>""}, "commit"=>"Enregistrer", "member_id"=>"209"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "209"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 209 LIMIT 1  (0.1ms) BEGIN SQL (0.6ms) INSERT INTO "adherent_coords" ("address", "city", "created_at", "gsm", "mail", "member_id", "office", "tel", "updated_at", "zip") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["address", ""], ["city", ""], ["created_at", Mon, 02 Sep 2013 08:20:33 UTC +00:00], ["gsm", ""], ["mail", ""], ["member_id", 209], ["office", ""], ["tel", ""], ["updated_at", Mon, 02 Sep 2013 08:20:33 UTC +00:00], ["zip", ""]]  (114.9ms) COMMIT Redirected to http://localhost:3000/adherent/members/209/adhesions/new Completed 302 Found in 126ms (ActiveRecord: 116.5ms) Started GET "/adherent/members/209/adhesions/new" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"209"} Organism Load (2.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "209"]] Adherent::Adhesion Load (0.9ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 209 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 209 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (8.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 34ms (Views: 24.5ms | ActiveRecord: 4.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:33 +0200 Served asset /adherent/application.js - 304 Not Modified (91ms) Started POST "/adherent/members/209/adhesions" for 127.0.0.1 at 2013-09-02 10:20:39 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "adhesion"=>{"from_date"=>"02/09/2013", "to_date"=>"01/09/2014", "amount"=>"10.00"}, "commit"=>"Enregistrer", "member_id"=>"209"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "209"]]  (0.1ms) BEGIN SQL (0.7ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Mon, 02 Sep 2013 08:20:39 UTC +00:00], ["from_date", Mon, 02 Sep 2013], ["member_id", 209], ["to_date", Mon, 01 Sep 2014], ["updated_at", Mon, 02 Sep 2013 08:20:39 UTC +00:00]]  (36.1ms) COMMIT Redirected to http://localhost:3000/adherent/members/209/adhesions Completed 302 Found in 50ms (ActiveRecord: 37.5ms) Started GET "/adherent/members/209/adhesions" for 127.0.0.1 at 2013-09-02 10:20:39 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"209"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "209"]]  (0.4ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 209 Adherent::Adhesion Load (0.5ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 209  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 11 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 11 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (7.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 31ms (Views: 23.9ms | ActiveRecord: 1.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/application.css - 304 Not Modified (19ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-09-02 10:20:40 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-09-02 10:20:51 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (3.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (2.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (2.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1  (2.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 207 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 208 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 208 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 209 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 209 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1603.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1632ms (Views: 1401.9ms | ActiveRecord: 219.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:53 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:54 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:54 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:54 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:54 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:20:54 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-09-02 10:20:55 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/adherent/members/new" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Processing by Adherent::MembersController#new as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/_form.html.erb (9.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/new.html.erb within layouts/adherent/application (11.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (78ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:01 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started POST "/adherent/members" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Processing by Adherent::MembersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "member"=>{"number"=>"573", "name"=>"Dupont", "forname"=>"Pierre", "birthdate"=>""}, "commit"=>"Créer le membre"} Organism Load (1.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1  (0.1ms) BEGIN Adherent::Member Exists (0.4ms) SELECT 1 AS one FROM "adherent_members" WHERE ("adherent_members"."number" = '573' AND "adherent_members"."organism_id" = 2) LIMIT 1 SQL (0.4ms) INSERT INTO "adherent_members" ("birthdate", "created_at", "forname", "name", "number", "organism_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["birthdate", nil], ["created_at", Mon, 02 Sep 2013 08:21:11 UTC +00:00], ["forname", "Pierre"], ["name", "Dupont"], ["number", "573"], ["organism_id", 2], ["updated_at", Mon, 02 Sep 2013 08:21:11 UTC +00:00]]  (15.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/210/coord/new Completed 302 Found in 52ms (ActiveRecord: 17.8ms) Started GET "/adherent/members/210/coord/new" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Processing by Adherent::CoordsController#new as HTML Parameters: {"member_id"=>"210"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "210"]] Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 210 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/_form.html.erb (16.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/coords/new.html.erb within layouts/adherent/application (20.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 42ms (Views: 37.0ms | ActiveRecord: 1.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:11 +0200 Served asset /adherent/application.js - 304 Not Modified (4ms) Started POST "/adherent/members/210/coord" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Processing by Adherent::CoordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "coord"=>{"mail"=>"", "tel"=>"", "gsm"=>"", "office"=>"", "address"=>"", "zip"=>"", "city"=>""}, "commit"=>"Enregistrer", "member_id"=>"210"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "210"]] Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 210 LIMIT 1  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "adherent_coords" ("address", "city", "created_at", "gsm", "mail", "member_id", "office", "tel", "updated_at", "zip") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["address", ""], ["city", ""], ["created_at", Mon, 02 Sep 2013 08:21:14 UTC +00:00], ["gsm", ""], ["mail", ""], ["member_id", 210], ["office", ""], ["tel", ""], ["updated_at", Mon, 02 Sep 2013 08:21:14 UTC +00:00], ["zip", ""]]  (45.6ms) COMMIT Redirected to http://localhost:3000/adherent/members/210/adhesions/new Completed 302 Found in 58ms (ActiveRecord: 48.1ms) Started GET "/adherent/members/210/adhesions/new" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Processing by Adherent::AdhesionsController#new as HTML Parameters: {"member_id"=>"210"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "210"]] Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 210 Adherent::Adhesion Load (0.2ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 210 ORDER BY to_date DESC LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/_form.html.haml (5.5ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/new.html.erb within layouts/adherent/application (13.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 41ms (Views: 32.5ms | ActiveRecord: 1.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/application.js - 304 Not Modified (83ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:14 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started POST "/adherent/members/210/adhesions" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Processing by Adherent::AdhesionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "adhesion"=>{"from_date"=>"02/09/2013", "to_date"=>"01/09/2014", "amount"=>"10.00"}, "commit"=>"Enregistrer", "member_id"=>"210"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "210"]]  (0.7ms) BEGIN SQL (0.3ms) INSERT INTO "adherent_adhesions" ("amount", "created_at", "from_date", "member_id", "to_date", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Mon, 02 Sep 2013 08:21:19 UTC +00:00], ["from_date", Mon, 02 Sep 2013], ["member_id", 210], ["to_date", Mon, 01 Sep 2014], ["updated_at", Mon, 02 Sep 2013 08:21:19 UTC +00:00]]  (46.3ms) COMMIT Redirected to http://localhost:3000/adherent/members/210/adhesions Completed 302 Found in 59ms (ActiveRecord: 48.0ms) Started GET "/adherent/members/210/adhesions" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"210"} Organism Load (2.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "210"]]  (0.3ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 210 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 210  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 12 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 12 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (11.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 35ms (Views: 29.5ms | ActiveRecord: 3.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:19 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:20 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:20 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:20 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:20 +0200 Served asset /adherent/payments.js - 304 Not Modified (74ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:20 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-09-02 10:21:20 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/members/210/payments/new" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"210"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "210"]] Adherent::Adhesion Load (0.7ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 210 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 12 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (9.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (16.4ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 66ms (Views: 60.0ms | ActiveRecord: 1.5ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:22 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started POST "/adherent/members/210/payments" for 127.0.0.1 at 2013-09-02 10:21:27 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AmzPOrHwdmjrcuQ4zcH9egPYSBaClnfLAQSoca9f764=", "payment"=>{"date"=>"02/09/2013", "amount"=>"40", "mode"=>"CB"}, "commit"=>"Enregistrer", "member_id"=>"210"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.1ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "210"]]  (0.1ms) BEGIN SQL (7.8ms) INSERT INTO "adherent_payments" ("amount", "created_at", "date", "member_id", "mode", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["amount", #], ["created_at", Mon, 02 Sep 2013 08:21:27 UTC +00:00], ["date", Mon, 02 Sep 2013], ["member_id", 210], ["mode", "CB"], ["updated_at", Mon, 02 Sep 2013 08:21:27 UTC +00:00]] Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 210 LIMIT 1 Adherent::Adhesion Load (0.6ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 210 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 12 SQL (6.8ms) INSERT INTO "adherent_reglements" ("adhesion_id", "amount", "created_at", "payment_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["adhesion_id", 12], ["amount", #], ["created_at", Mon, 02 Sep 2013 08:21:27 UTC +00:00], ["payment_id", 8], ["updated_at", Mon, 02 Sep 2013 08:21:27 UTC +00:00]]  (1.0ms) COMMIT Redirected to http://localhost:3000/adherent/members/210/payments Completed 302 Found in 32ms (ActiveRecord: 17.6ms) Started GET "/adherent/members/210/payments" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"210"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "210"]] Adherent::Payment Load (0.4ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 210 Adherent::Reglement Load (6.8ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.3ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."id" = 12 LIMIT 1 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 210 LIMIT 1 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 CACHE (0.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 210 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_payment.html.haml (18.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (21.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 42ms (Views: 31.0ms | ActiveRecord: 9.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2013-09-02 10:21:28 +0200 Served asset /adherent/icones/money-plus.png - 304 Not Modified (0ms) Started GET "/adherent/payments/8/reglements/new" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Processing by Adherent::ReglementsController#new as HTML Parameters: {"payment_id"=>"8"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Payment Load (0.3ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."id" = $1 LIMIT 1 [["id", "8"]] Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 210 LIMIT 1 Adherent::Reglement Load (0.4ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Reglement Load (0.3ms) SELECT "adherent_reglements".* FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."payment_id" = 8 Adherent::Adhesion Load (0.7ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 209 LIMIT 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 11 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 208 LIMIT 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 10 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Adherent::Member Load (0.2ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 207 LIMIT 1  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 9 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/_form.html.haml (15.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/reglements/new.html.erb within layouts/adherent/application (19.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 41ms (Views: 31.5ms | ActiveRecord: 4.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/reglements.css - 304 Not Modified (17ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:31 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:32 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:32 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:32 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:32 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:21:32 +0200 Served asset /adherent/application.js - 304 Not Modified (1ms) Started GET "/adherent/members" for 127.0.0.1 at 2013-09-02 10:39:22 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (2.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (4.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (2.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (7.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 207 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 208 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 208 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 209 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 209 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 210 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 210 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1633.6ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 1665ms (Views: 1433.1ms | ActiveRecord: 221.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/application.css - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2013-09-02 10:39:24 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2013-09-02 10:39:25 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Connecting to database specified by database.yml PG::UndefinedTable: ERREUR: la relation « adherent_organisms » n'existe pas LINE 5: WHERE a.attrelid = '"adherent_organisms"'::regc... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"adherent_organisms"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum PG::UndefinedTable: ERREUR: la relation « adherent_organisms » n'existe pas LINE 5: WHERE a.attrelid = '"adherent_organisms"'::regc... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"adherent_organisms"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Connecting to database specified by database.yml PG::UndefinedTable: ERREUR: la relation « adherent_organisms » n'existe pas LINE 5: WHERE a.attrelid = '"adherent_organisms"'::regc... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"adherent_organisms"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Connecting to database specified by database.yml PG::UndefinedTable: ERREUR: la relation « adherent_organisms » n'existe pas LINE 5: WHERE a.attrelid = '"adherent_organisms"'::regc... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"adherent_organisms"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Connecting to database specified by database.yml PG::UndefinedTable: ERREUR: la relation « adherent_organisms » n'existe pas LINE 5: WHERE a.attrelid = '"adherent_organisms"'::regc... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"adherent_organisms"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Connecting to database specified by database.yml PG::UndefinedTable: ERREUR: la relation « adherent_organisms » n'existe pas LINE 5: WHERE a.attrelid = '"adherent_organisms"'::regc... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"adherent_organisms"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2014-05-31 11:19:16 +0200 Processing by OrganismsController#index as HTML Organism Load (0.5ms) SELECT "organisms".* FROM "organisms"  Rendered organisms/index.html.haml within layouts/application (7.4ms) Compiled jquery.js (5ms) (pid 10507) Compiled jquery_ujs.js (0ms) (pid 10507) Compiled application.js (60ms) (pid 10507) Completed 200 OK in 225ms (Views: 195.1ms | ActiveRecord: 6.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /application.css - 200 OK (10ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /jquery.ui.core.css - 200 OK (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /jquery.ui.theme.css - 200 OK (5ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /jquery.ui.datepicker.css - 200 OK (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /jquery.ui.core.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /jquery.js - 200 OK (10ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /scaffold.css - 200 OK (1ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /organisms.css - 200 OK (1ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /jquery.ui.datepicker.js - 200 OK (48ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /application.js - 200 OK (17ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:17 +0200 Served asset /organisms.js - 200 OK (1ms) Started GET "/organisms/1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (2.1ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (34.0ms) Completed 200 OK in 46ms (Views: 41.6ms | ActiveRecord: 2.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:22 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2014-05-31 11:19:25 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (21.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.9ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.5ms) SHOW max_identifier_length  (52.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (20.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (2.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 207 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 208 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 208 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 209 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 209 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 210 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 210 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1852.5ms) Compiled adherent/application.js (19ms) (pid 10507) Rendered layouts/adherent/_header.html.haml (1.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (4.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (1.3ms) Completed 200 OK in 2135ms (Views: 1668.4ms | ActiveRecord: 402.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/application.css - 200 OK (41ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/adhesion.css - 200 OK (17ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/allpayments.css - 200 OK (2ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/jc_application.css - 200 OK (2ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/date_picker.css - 200 OK (2ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/coords.css - 200 OK (3ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/demo_table.css - 200 OK (2ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/jcmenu.css - 200 OK (2ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/bootstrap.css - 200 OK (8ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/layouts.css - 200 OK (4ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/members.css - 200 OK (49ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/payments.css - 200 OK (3ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/old_bootstrap.css - 200 OK (6ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/reglements.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (3ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/allpayments.js - 200 OK (5ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/adhesion.js - 200 OK (2ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/bootstrap.js - 200 OK (2ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/coords.js - 200 OK (2ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/date_picker.js - 200 OK (2ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/jquery.dataTables.min.js - 200 OK (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/members.js - 200 OK (3ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/payments.js - 200 OK (2ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/reglements.js - 200 OK (2ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:28 +0200 Served asset /adherent/application.js - 200 OK (20ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2014-05-31 11:19:29 +0200 Served asset /adherent/icones/nouveau.png - 200 OK (2ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:19:29 +0200 Served asset /adherent/icones/payment.png - 200 OK (2ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2014-05-31 11:19:29 +0200 Served asset /adherent/icones/card-address.png - 200 OK (41ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2014-05-31 11:19:29 +0200 Served asset /adherent/icones/bandaid.png - 200 OK (27ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2014-05-31 11:19:29 +0200 Served asset /adherent/icones/modifier.png - 200 OK (2ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2014-05-31 11:19:29 +0200 Served asset /adherent/icones/supprimer.png - 200 OK (2ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2014-05-31 11:19:30 +0200 Served asset /images/sort_asc.png - 200 OK (70ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2014-05-31 11:19:30 +0200 Served asset /images/sort_both.png - 200 OK (5ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2014-05-31 11:19:30 +0200 Served asset /images/forward_disabled.png - 200 OK (32ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2014-05-31 11:19:30 +0200 Served asset /images/back_disabled.png - 200 OK (4ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2014-05-31 11:19:30 +0200 Served asset /images/forward_enabled.png - 200 OK (2ms) Started GET "/adherent/members/3/payments" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Processing by Adherent::PaymentsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Payment Load (0.6ms) SELECT "adherent_payments".* FROM "adherent_payments" WHERE "adherent_payments"."member_id" = 3 Rendered collection (0.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/index.html.haml within layouts/adherent/application (10.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 40ms (Views: 32.2ms | ActiveRecord: 5.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/money-plus.png" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/icones/money-plus.png - 200 OK (2ms) Started GET "/assets/adherent/icones/users.png" for 127.0.0.1 at 2014-05-31 11:19:34 +0200 Served asset /adherent/icones/users.png - 200 OK (34ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:19:37 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.8ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (46.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__619815928 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected tLABEL ... value:@payment.date, data-min:Date.toda<<3, data-max:Date.t... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected ',', expecting ')' ...nt.date, data-min:Date.toda<<3, data-max:Date.today>>3}, :as... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected '}', expecting ')' ...oda<<3, data-max:Date.today>>3}, :as=>:date_picker ... ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__619815928(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/payments/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;_hamlout.push_text("
\n ", 1, false); haml_temp = simple_form_for([@member, @payment], :html=>{class:'form-inline'}) do |f| _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false((f.error_notification ));}\n
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@payment.date, data-min:Date.toda<<3, data-max:Date.today>>3}, :as=>:date_picker ));}\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span6'}, input_html:{class:'span6', value:two_decimals(@payment.amount)}, :as=>:french_decimal ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :mode, wrapper_html:{class:'span3'}, :collection=>Adherent::MODES, prompt:'Choisissez', label_html:{class: 'span6'}, input_html:{class:'span6'} ));}\n
\n
\n
\n
\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, id: 'new_payement', class: "btn-primary span2" ));}\n
\n
\n
\n", -3, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `module_eval' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `compile' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:244:in `block in compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `synchronize' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:144:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:237:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:41:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers.rb:89:in `non_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:145:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:46:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:19:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:36:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:17:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:110:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/streaming.rb:225:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:103:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:88:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:16:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `ms' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:39:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:167:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:121:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:45:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:203:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:246:in `block in action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:36:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/head.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/flash.rb:242:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/cookies.rb:341:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/query_cache.rb:64:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/reloader.rb:65:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:32:in `call_app' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/tagged_logging.rb:22:in `tagged' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/request_id.rb:22:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/static.rb:63:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/application.rb:231:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/log_tailer.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (19.3ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (23.6ms) Completed 500 Internal Server Error in 105ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected tLABEL ... value:@payment.date, data-min:Date.toda<<3, data-max:Date.t... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected ',', expecting ')' ...nt.date, data-min:Date.toda<<3, data-max:Date.today>>3}, :as... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected '}', expecting ')' ...oda<<3, data-max:Date.today>>3}, :as=>:date_picker ... ^): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :date, wrapper_html:{class:'span2'}, 7: label_html:{class: 'span4'}, 8: input_html:{class:'span8', value:@payment.date, data-min:Date.toda<<3, data-max:Date.today>>3}, 9: :as=>:date_picker actionpack (3.2.14) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.14) lib/action_view/template.rb:297:in `compile' actionpack (3.2.14) lib/action_view/template.rb:244:in `block in compile!' actionpack (3.2.14) lib/action_view/template.rb:232:in `synchronize' actionpack (3.2.14) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.14) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.3) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (1.2ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (63.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (65.7ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 94ms (Views: 85.3ms | ActiveRecord: 3.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/application.css - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:31 +0200 Served asset /adherent/application.js - 304 Not Modified (43ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:20:32 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:20:32 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:20:32 +0200 Served asset /adherent/cal.gif - 200 OK (3ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:20:56 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (1.0ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404_81693320 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected tLABEL ... value:@payment.date, data-min:'21/06/2015', }, :as=>:date_p... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected ',', expecting ')' ...nt.date, data-min:'21/06/2015', }, :as=>:date_picker ... ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404_81693320(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/payments/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;_hamlout.push_text("
\n ", 1, false); haml_temp = simple_form_for([@member, @payment], :html=>{class:'form-inline'}) do |f| _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false((f.error_notification ));}\n
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@payment.date, data-min:'21/06/2015', }, :as=>:date_picker ));}\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span6'}, input_html:{class:'span6', value:two_decimals(@payment.amount)}, :as=>:french_decimal ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :mode, wrapper_html:{class:'span3'}, :collection=>Adherent::MODES, prompt:'Choisissez', label_html:{class: 'span6'}, input_html:{class:'span6'} ));}\n
\n
\n
\n
\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, id: 'new_payement', class: "btn-primary span2" ));}\n
\n
\n
\n", -3, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `module_eval' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `compile' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:244:in `block in compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `synchronize' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:144:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:237:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:41:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers.rb:89:in `non_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:145:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:46:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:19:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:36:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:17:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:110:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/streaming.rb:225:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:103:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:88:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:16:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `ms' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:39:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:167:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:121:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:45:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:203:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:246:in `block in action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:36:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/head.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/flash.rb:242:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/cookies.rb:341:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/query_cache.rb:64:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/reloader.rb:65:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:32:in `call_app' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/tagged_logging.rb:22:in `tagged' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/request_id.rb:22:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/static.rb:63:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/application.rb:231:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/log_tailer.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (3.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (5.1ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected tLABEL ... value:@payment.date, data-min:'21/06/2015', }, :as=>:date_p... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected ',', expecting ')' ...nt.date, data-min:'21/06/2015', }, :as=>:date_picker ... ^): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :date, wrapper_html:{class:'span2'}, 7: label_html:{class: 'span4'}, 8: input_html:{class:'span8', value:@payment.date, 9: data-min:'21/06/2015', }, actionpack (3.2.14) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.14) lib/action_view/template.rb:297:in `compile' actionpack (3.2.14) lib/action_view/template.rb:244:in `block in compile!' actionpack (3.2.14) lib/action_view/template.rb:232:in `synchronize' actionpack (3.2.14) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.14) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.3) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (1.1ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (8.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (10.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 39ms (Views: 29.1ms | ActiveRecord: 3.1ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/application.css - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (9ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:21:10 +0200 Served asset /adherent/application.js - 304 Not Modified (8ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:21:11 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:21:11 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:21:56 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (1.0ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__613744588 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:20: can't find string "3" anywhere before EOF /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected end-of-input, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or tSTRING_END ...e, 'data-min'=>t(Date.today <<3)}, :as=>:date_picker ... ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__613744588(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/payments/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;_hamlout.push_text("
\n ", 1, false); haml_temp = simple_form_for([@member, @payment], :html=>{class:'form-inline'}) do |f| _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false((f.error_notification ));}\n
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@payment.date, 'data-min'=>t(Date.today <<3)}, :as=>:date_picker ));}\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span6'}, input_html:{class:'span6', value:two_decimals(@payment.amount)}, :as=>:french_decimal ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :mode, wrapper_html:{class:'span3'}, :collection=>Adherent::MODES, prompt:'Choisissez', label_html:{class: 'span6'}, input_html:{class:'span6'} ));}\n
\n
\n
\n
\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, id: 'new_payement', class: "btn-primary span2" ));}\n
\n
\n
\n", -3, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `module_eval' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `compile' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:244:in `block in compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `synchronize' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:144:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:237:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:41:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers.rb:89:in `non_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:145:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:46:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:19:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:36:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:17:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:110:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/streaming.rb:225:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:103:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:88:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:16:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `ms' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:39:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:167:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:121:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:45:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:203:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:246:in `block in action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:36:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/head.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/flash.rb:242:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/cookies.rb:341:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/query_cache.rb:64:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/reloader.rb:65:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:32:in `call_app' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/tagged_logging.rb:22:in `tagged' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/request_id.rb:22:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/static.rb:63:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/application.rb:231:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/log_tailer.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (3.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (5.1ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:20: can't find string "3" anywhere before EOF /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected end-of-input, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or tSTRING_END ...e, 'data-min'=>t(Date.today <<3)}, :as=>:date_picker ... ^): 0 actionpack (3.2.14) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.14) lib/action_view/template.rb:297:in `compile' actionpack (3.2.14) lib/action_view/template.rb:244:in `block in compile!' actionpack (3.2.14) lib/action_view/template.rb:232:in `synchronize' actionpack (3.2.14) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.14) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.3) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.5ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:22:11 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (1.2ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.7ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__622244108 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:20: can't find string "3" anywhere before EOF /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected end-of-input, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or tSTRING_END ...ata-min'=>I18n.t(Date.today <<3)}, :as=>:date_picker ... ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__622244108(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/payments/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;_hamlout.push_text("
\n ", 1, false); haml_temp = simple_form_for([@member, @payment], :html=>{class:'form-inline'}) do |f| _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false((f.error_notification ));}\n
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@payment.date, 'data-min'=>I18n.t(Date.today <<3)}, :as=>:date_picker ));}\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span6'}, input_html:{class:'span6', value:two_decimals(@payment.amount)}, :as=>:french_decimal ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :mode, wrapper_html:{class:'span3'}, :collection=>Adherent::MODES, prompt:'Choisissez', label_html:{class: 'span6'}, input_html:{class:'span6'} ));}\n
\n
\n
\n
\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, id: 'new_payement', class: "btn-primary span2" ));}\n
\n
\n
\n", -3, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `module_eval' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `compile' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:244:in `block in compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `synchronize' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:144:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:237:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:41:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers.rb:89:in `non_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:145:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:46:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:19:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:36:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:17:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:110:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/streaming.rb:225:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:103:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:88:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:16:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `ms' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:39:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:167:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:121:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:45:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:203:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:246:in `block in action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:36:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/head.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/flash.rb:242:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/cookies.rb:341:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/query_cache.rb:64:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/reloader.rb:65:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:32:in `call_app' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/tagged_logging.rb:22:in `tagged' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/request_id.rb:22:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/static.rb:63:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/application.rb:231:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/log_tailer.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (2.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (4.1ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:20: can't find string "3" anywhere before EOF /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected end-of-input, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or tSTRING_END ...ata-min'=>I18n.t(Date.today <<3)}, :as=>:date_picker ... ^): 0 actionpack (3.2.14) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.14) lib/action_view/template.rb:297:in `compile' actionpack (3.2.14) lib/action_view/template.rb:244:in `block in compile!' actionpack (3.2.14) lib/action_view/template.rb:232:in `synchronize' actionpack (3.2.14) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.14) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.3) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.5ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.9ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (10.8ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (12.3ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 78ms (Views: 69.9ms | ActiveRecord: 2.4ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:37 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:22:38 +0200 Served asset /adherent/application.js - 304 Not Modified (39ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:22:39 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:22:39 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.7ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (10.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (12.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 42ms (Views: 33.6ms | ActiveRecord: 2.0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (4ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:01 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:23:02 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:23:02 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.7ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (1.1ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (10.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (12.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 41ms (Views: 32.2ms | ActiveRecord: 2.9ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (4ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:23:22 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:23:23 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:23:23 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:24:52 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.3ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.7ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 ERROR: compiling __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__610672758 RAISED /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected => ...alue:@payment.date, date_min:=>I18n.l(Date.today<<(3))}, :as... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected '}', expecting ')' ..._min:=>I18n.l(Date.today<<(3))}, :as=>:date_picker ... ^ Function body: def __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__610672758(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "adherent/payments/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;_hamlout.push_text("
\n ", 1, false); haml_temp = simple_form_for([@member, @payment], :html=>{class:'form-inline'}) do |f| _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false((f.error_notification ));}\n
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@payment.date, date_min:=>I18n.l(Date.today<<(3))}, :as=>:date_picker ));}\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span6'}, input_html:{class:'span6', value:two_decimals(@payment.amount)}, :as=>:french_decimal ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :mode, wrapper_html:{class:'span3'}, :collection=>Adherent::MODES, prompt:'Choisissez', label_html:{class: 'span6'}, input_html:{class:'span6'} ));}\n
\n
\n
\n
\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, id: 'new_payement', class: "btn-primary span2" ));}\n
\n
\n
\n", -3, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `module_eval' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:297:in `compile' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:244:in `block in compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `synchronize' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:232:in `compile!' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:144:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/partial_renderer.rb:237:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:41:in `render_partial' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers.rb:89:in `non_haml' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/haml-4.0.3/lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:145:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:125:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/template.rb:143:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:46:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/template_renderer.rb:19:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:36:in `render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_view/renderer/renderer.rb:17:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:110:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/streaming.rb:225:in `_render_template' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:103:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:88:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:16:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/core_ext/benchmark.rb:5:in `ms' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:39:in `render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:167:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `block in instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/notifications.rb:123:in `instrument' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/base.rb:121:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/abstract_controller/rendering.rb:45:in `process' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:203:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_controller/metal.rb:246:in `block in action' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:36:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/routing/route_set.rb:608:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/head.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/flash.rb:242:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/cookies.rb:341:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/query_cache.rb:64:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-3.2.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:405:in `__run_callback' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/callbacks.rb:81:in `run_callbacks' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/reloader.rb:65:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:32:in `call_app' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `block in call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/tagged_logging.rb:22:in `tagged' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/logger.rb:16:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/request_id.rb:22:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-3.2.14/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/static.rb:63:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/engine.rb:484:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/application.rb:231:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/railties-3.2.14/lib/rails/rack/log_tailer.rb:17:in `call' /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (3.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (5.6ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (/home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected => ...alue:@payment.date, date_min:=>I18n.l(Date.today<<(3))}, :as... ... ^ /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6: syntax error, unexpected '}', expecting ')' ..._min:=>I18n.l(Date.today<<(3))}, :as=>:date_picker ... ^): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :date, wrapper_html:{class:'span2'}, 7: label_html:{class: 'span4'}, 8: input_html:{class:'span8', value:@payment.date, 9: date_min:=>I18n.l(Date.today<<(3))}, actionpack (3.2.14) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.14) lib/action_view/template.rb:297:in `compile' actionpack (3.2.14) lib/action_view/template.rb:244:in `block in compile!' actionpack (3.2.14) lib/action_view/template.rb:232:in `synchronize' actionpack (3.2.14) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.14) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.3) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.8ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:25:02 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.8ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (5.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (6.9ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `to_formatted_s' for "28/02/2014":String): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :date, wrapper_html:{class:'span2'}, 7: label_html:{class: 'span4'}, 8: input_html:{class:'span8', value:@payment.date, 9: date_min:I18n.l(Date.today<<(3))}, /home/jcl/rails_project/Adherent/config/initializers/date_picker_input.rb:33:in `date_min' /home/jcl/rails_project/Adherent/config/initializers/date_picker_input.rb:18:in `input' simple_form (2.1.0) lib/simple_form/wrappers/many.rb:29:in `block in render' simple_form (2.1.0) lib/simple_form/wrappers/many.rb:27:in `each' simple_form (2.1.0) lib/simple_form/wrappers/many.rb:27:in `render' simple_form (2.1.0) lib/simple_form/wrappers/many.rb:29:in `block in render' simple_form (2.1.0) lib/simple_form/wrappers/many.rb:27:in `each' simple_form (2.1.0) lib/simple_form/wrappers/many.rb:27:in `render' simple_form (2.1.0) lib/simple_form/wrappers/root.rb:15:in `render' simple_form (2.1.0) lib/simple_form/form_builder.rb:117:in `input' /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__620383238' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `call' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block (2 levels) in form_for_with_haml' haml (4.0.3) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block in form_for_with_haml' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:146:in `form_for_with_haml' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:29:in `block in simple_form_for' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:48:in `with_simple_form_field_error_proc' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:28:in `simple_form_for' /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:2:in `__home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__620383238' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.3) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.9ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (8.7ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (10.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 79ms (Views: 71.4ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:25:44 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:25:45 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:25:45 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.9ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.3ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (10.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (13.2ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.2ms) Completed 200 OK in 42ms (Views: 32.7ms | ActiveRecord: 2.3ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:01 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:02 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:02 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:02 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:02 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:02 +0200 Served asset /adherent/payments.js - 304 Not Modified (38ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:26:02 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:26:03 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:26:03 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:28:37 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (1.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.8ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (1.8ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (9.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (10.8ms) Completed 500 Internal Server Error in 96ms ActionView::Template::Error (undefined method `correct_range_date' for #): 3: =f.error_notification 4: .row-fluid 5: .span12 6: = f.input :date, wrapper_html:{class:'span2'}, 7: label_html:{class: 'span4'}, 8: input_html:{class:'span8', value:@payment.date, 9: date_min:min_date, activemodel (3.2.14) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.14) lib/active_record/attribute_methods.rb:149:in `method_missing' /home/jcl/rails_project/Adherent/app/helpers/adherent/payments_helper.rb:4:in `min_date' /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:6:in `block in __home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__620425748' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `call' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block (2 levels) in form_for_with_haml' haml (4.0.3) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:144:in `block in form_for_with_haml' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.14) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.14) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:146:in `form_for_with_haml' haml (4.0.3) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:29:in `block in simple_form_for' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:48:in `with_simple_form_field_error_proc' simple_form (2.1.0) lib/simple_form/action_view_extensions/form_helper.rb:28:in `simple_form_for' /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml:2:in `__home_jcl_rails_project__dherent_app_views_adherent_payments__form_html_haml___105917404__620425748' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.14) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.3) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.3) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml:6:in `__home_jcl_rails_project__dherent_app_views_adherent_payments_new_html_haml___686480251__613755488' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:436:in `_run__52984592__process_action__642253457__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:29:30 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.5ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.8ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.6ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (8.9ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (10.7ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.0ms) Completed 200 OK in 106ms (Views: 28.8ms | ActiveRecord: 15.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/application.css - 304 Not Modified (59ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/layouts.css - 304 Not Modified (2ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/payments.css - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (4ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:31 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:29:32 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:29:32 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:29:52 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Adherent::Adhesion Load (0.7ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.4ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (10.6ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (12.5ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 147ms (Views: 30.8ms | ActiveRecord: 14.7ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:29:53 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:29:54 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:29:54 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2014-05-31 11:29:59 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 200 OK (2ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2014-05-31 11:29:59 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 200 OK (3ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2014-05-31 11:29:59 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 200 OK (2ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2014-05-31 11:29:59 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 200 OK (1ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2014-05-31 11:29:59 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 200 OK (2ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2014-05-31 11:29:59 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 200 OK (2ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2014-05-31 11:30:02 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 200 OK (2ms) Started GET "/adherent/members/3/payments/new" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Processing by Adherent::PaymentsController#new as HTML Parameters: {"member_id"=>"3"} Organism Load (0.3ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]] Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Adherent::Adhesion Load (0.9ms) SELECT adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date  (0.2ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (12.0ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (13.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 178ms (Views: 35.7ms | ActiveRecord: 13.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (1ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:01 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:02 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:34:03 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:34:03 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2014-05-31 11:34:06 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2014-05-31 11:34:06 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2014-05-31 11:34:06 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2014-05-31 11:34:06 +0200 Served asset /jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2014-05-31 11:34:06 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2014-05-31 11:34:06 +0200 Served asset /jquery-ui/ui-bg_glass_75_dadada_1x400.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2014-05-31 11:34:08 +0200 Served asset /jquery-ui/ui-icons_454545_256x240.png - 304 Not Modified (0ms) Started POST "/adherent/members/3/payments" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Processing by Adherent::PaymentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"sup2cSenNqw23DNOxO71A/GdhxP4rnNxjMD5w2B2g/w=", "payment"=>{"date"=>"31/05/2012", "amount"=>"75.00", "mode"=>"Chèque"}, "commit"=>"Enregistrer", "member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN Adherent::Member Load (0.4ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = 3 LIMIT 1 Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1  (0.3ms) ROLLBACK CACHE (0.0ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = 2 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/_form.html.haml (7.4ms) Rendered /home/jcl/rails_project/Adherent/app/views/adherent/payments/new.html.haml within layouts/adherent/application (9.3ms) Rendered layouts/adherent/_header.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 49ms (Views: 32.3ms | ActiveRecord: 2.6ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/application.css - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (2ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/members.css - 304 Not Modified (5ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/application.js - 304 Not Modified (3ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/cal.gif" for 127.0.0.1 at 2014-05-31 11:34:48 +0200 Served asset /adherent/cal.gif - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2014-05-31 11:34:55 +0200 Served asset /jquery-ui/ui-bg_flat_75_ffffff_40x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2014-05-31 11:34:55 +0200 Served asset /jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2014-05-31 11:34:55 +0200 Served asset /jquery-ui/ui-icons_222222_256x240.png - 304 Not Modified (0ms) Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2014-05-31 11:34:55 +0200 Served asset /jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png - 304 Not Modified (0ms) Started GET "/organisms/1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Processing by OrganismsController#show as HTML Parameters: {"id"=>"1"} Organism Load (0.8ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."id" = $1 LIMIT 1 [["id", "1"]] Rendered organisms/show.html.haml within layouts/application (0.9ms) Completed 200 OK in 20ms (Views: 9.4ms | ActiveRecord: 3.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/organisms.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /organisms.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/organisms.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /organisms.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:01 +0200 Served asset /application.js - 304 Not Modified (2ms) Started GET "/adherent/members" for 127.0.0.1 at 2014-05-31 12:17:03 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.7ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.5ms) SHOW max_identifier_length  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (1.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (3.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 207 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 208 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 208 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 209 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 209 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 210 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 210 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1690.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1783ms (Views: 1456.6ms | ActiveRecord: 307.2ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (3ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (40ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 12:17:05 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 12:17:06 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2014-05-31 12:19:21 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.6ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (7.0ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (undefined method `dom_id' for #): 30: 31: 32: <% @members.each do |member| %> 33: 34: <%= member.number %> 35: <%= member.name %> 36: <%= member.forname %> activemodel (3.2.14) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.14) lib/active_record/attribute_methods.rb:149:in `method_missing' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:33:in `block in __home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb___557514373_85023050' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:32:in `each' /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb:32:in `__home_jcl_rails_project__dherent_app_views_adherent_members_index_html_erb___557514373_85023050' actionpack (3.2.14) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.14) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.14) lib/action_view/template.rb:143:in `render' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:48:in `block (2 levels) in render_template' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:47:in `block in render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:46:in `render_template' actionpack (3.2.14) lib/action_view/renderer/template_renderer.rb:19:in `render' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.14) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.14) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.14) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.14) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.14) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.14) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.14) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.14) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /home/jcl/rails_project/Adherent/app/controllers/adherent/members_controller.rb:12:in `index' actionpack (3.2.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.14) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.14) lib/active_support/callbacks.rb:425:in `_run__645864081__process_action__75567169__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.14) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.14) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.14) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.14) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.14) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.14) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.14) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.14) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.14) lib/action_dispatch/routing/route_set.rb:608:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.14) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `_run__410226093__call__343234538__callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.14) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.14) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jcl/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/jcl/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.1ms) Started GET "/adherent/members" for 127.0.0.1 at 2014-05-31 12:19:37 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (0.4ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (1.7ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (2.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (0.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 207 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 208 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 208 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 209 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 209 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 210 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 210 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1667.1ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1699ms (Views: 1399.3ms | ActiveRecord: 288.7ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/application.css - 304 Not Modified (76ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 12:19:39 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2014-05-31 12:19:40 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2014-05-31 12:19:40 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 12:19:40 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2014-05-31 12:19:40 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2014-05-31 12:19:40 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2014-05-31 12:19:40 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2014-05-31 12:19:41 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2014-05-31 12:19:41 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2014-05-31 12:19:41 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2014-05-31 12:19:41 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2014-05-31 12:19:41 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/adherent/members" for 127.0.0.1 at 2014-05-31 12:22:38 +0200 Processing by Adherent::MembersController#index as HTML Organism Load (1.2ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (2.0ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."organism_id" = 2  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 6 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 6 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 4 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 4 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 5 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 5 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 7 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 7 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 8 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 8 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 9 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 9 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 10 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 10 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 11 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 11 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 12 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 12 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 13 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 13 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 14 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 14 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 16 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 16 LIMIT 1  (1.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 17 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 17 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 18 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 18 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 19 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 19 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 20 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 20 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 21 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 21 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 22 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 22 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 23 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 23 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 24 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 24 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 25 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 25 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 27 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 27 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 28 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 28 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 29 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 29 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 30 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 30 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 31 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 31 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 32 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 32 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 33 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 33 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 34 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 34 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 35 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 35 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 37 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 37 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 38 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 38 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 39 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 39 LIMIT 1  (2.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 40 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 40 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 41 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 41 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 42 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 42 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 43 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 43 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 44 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.0ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 44 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 45 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 45 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 47 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 47 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 48 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.9ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 48 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 49 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 49 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 50 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 50 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 51 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 51 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 52 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 52 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 53 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 53 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 54 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 54 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 56 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 56 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 57 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 57 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 58 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 58 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 59 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 59 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 60 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 60 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 61 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 61 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 62 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 62 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 63 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 63 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 64 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.1ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 64 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 65 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 65 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 67 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 67 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 68 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 68 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 69 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 69 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 70 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 70 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 71 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 71 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 72 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 72 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 73 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 73 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 74 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 74 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 76 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 76 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 77 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 77 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 78 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 78 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 79 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 79 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 80 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 80 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 81 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 81 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 82 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 82 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 83 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 83 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 84 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 84 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 86 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 86 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 87 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 87 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 88 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 88 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 89 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 89 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 90 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 90 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 91 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 91 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 92 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 92 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 93 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 93 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 94 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 94 LIMIT 1  (1.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 96 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 96 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 97 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 97 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 98 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 98 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 99 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 99 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 100 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 100 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 101 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 101 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 102 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 102 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 103 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 103 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 104 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 104 LIMIT 1  (1.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 105 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 105 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 107 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 107 LIMIT 1  (3.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 108 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 108 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 109 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 109 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 110 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 110 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 111 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 111 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 3 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 3 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 15 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 15 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 26 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 26 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 36 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 36 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 46 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 46 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 55 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 55 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 66 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 66 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 75 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 75 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 85 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 85 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 95 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 95 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 106 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 106 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 112 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 112 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 113 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 113 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 114 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 114 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 115 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 115 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 117 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 117 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 118 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 118 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 119 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 119 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 120 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 120 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 121 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 121 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 122 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 122 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 123 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 123 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 124 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 124 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 125 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 125 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 127 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 127 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 128 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 128 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 129 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 129 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 130 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 130 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 131 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 131 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 132 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 132 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 133 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 133 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 134 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 134 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 136 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 136 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 137 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 137 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 138 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 138 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 139 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 139 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 140 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 140 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 141 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 141 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 142 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 142 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 143 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 143 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 144 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 144 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 145 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 145 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 147 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 147 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 148 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 148 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 149 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 149 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 150 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 150 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 151 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 151 LIMIT 1  (1.3ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 152 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 152 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 153 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 153 LIMIT 1  (1.4ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 154 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 154 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 156 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 156 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 157 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 157 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 158 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 158 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 159 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 159 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 160 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 160 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 161 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 161 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 162 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 162 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 163 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 163 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 164 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 164 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 166 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 166 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 167 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 167 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 168 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 168 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 169 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 169 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 170 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 170 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 171 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 171 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 172 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 172 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 173 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 173 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 175 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 175 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 176 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 176 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 177 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 177 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 178 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 178 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 179 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 179 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 180 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 180 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 181 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 181 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 182 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 182 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 183 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 183 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 185 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 185 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 186 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 186 LIMIT 1  (1.1ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 187 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 187 LIMIT 1  (0.5ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 188 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 188 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 189 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 189 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 190 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 190 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 191 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 191 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 192 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 192 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 193 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 193 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 195 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (5.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 195 LIMIT 1  (9.2ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 196 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 196 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 197 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 197 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 198 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 198 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 199 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.7ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 199 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 200 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.3ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 200 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 201 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 201 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 202 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 202 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 203 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 203 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 205 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 205 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 206 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (1.2ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 206 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 116 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 116 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 126 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 126 LIMIT 1  (1.0ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 135 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 135 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 146 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 146 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 155 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 155 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 165 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.6ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 165 LIMIT 1  (0.9ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 174 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 174 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 184 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.8ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 184 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 194 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 194 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 204 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 204 LIMIT 1  (0.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 207 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 207 LIMIT 1  (1.6ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 208 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.5ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 208 LIMIT 1  (0.7ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 209 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 209 LIMIT 1  (0.8ms) SELECT COUNT(*) AS count_all, adherent_adhesions.*, sum(adherent_reglements.amount) as reglements_amount, adherent_adhesions.id AS adherent_adhesions_id FROM "adherent_adhesions" left join adherent_reglements on adherent_reglements.adhesion_id = adherent_adhesions.id WHERE "adherent_adhesions"."member_id" = 210 GROUP BY adherent_adhesions.id HAVING adherent_adhesions.amount > 0 AND (adherent_adhesions.amount > sum(adherent_reglements.amount) OR sum(adherent_reglements.amount) IS NULL) ORDER BY to_date Adherent::Coord Load (0.4ms) SELECT "adherent_coords".* FROM "adherent_coords" WHERE "adherent_coords"."member_id" = 210 LIMIT 1 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/members/index.html.erb within layouts/adherent/application (1750.9ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.2ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 1788ms (Views: 1463.4ms | ActiveRecord: 314.8ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:40 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:41 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:41 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:41 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:41 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:41 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:41 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 12:22:41 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2014-05-31 12:22:42 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/payment.png" for 127.0.0.1 at 2014-05-31 12:22:42 +0200 Served asset /adherent/icones/payment.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2014-05-31 12:22:42 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/bandaid.png" for 127.0.0.1 at 2014-05-31 12:22:42 +0200 Served asset /adherent/icones/bandaid.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/card-address.png" for 127.0.0.1 at 2014-05-31 12:22:42 +0200 Served asset /adherent/icones/card-address.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2014-05-31 12:22:42 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_asc.png" for 127.0.0.1 at 2014-05-31 12:22:43 +0200 Served asset /images/sort_asc.png - 304 Not Modified (0ms) Started GET "/assets/images/sort_both.png" for 127.0.0.1 at 2014-05-31 12:22:43 +0200 Served asset /images/sort_both.png - 304 Not Modified (0ms) Started GET "/assets/images/back_disabled.png" for 127.0.0.1 at 2014-05-31 12:22:43 +0200 Served asset /images/back_disabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_enabled.png" for 127.0.0.1 at 2014-05-31 12:22:43 +0200 Served asset /images/forward_enabled.png - 304 Not Modified (0ms) Started GET "/assets/images/forward_disabled.png" for 127.0.0.1 at 2014-05-31 12:22:43 +0200 Served asset /images/forward_disabled.png - 304 Not Modified (0ms) Started GET "/adherent/members/3/adhesions" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Processing by Adherent::AdhesionsController#index as HTML Parameters: {"member_id"=>"3"} Organism Load (0.6ms) SELECT "organisms".* FROM "organisms" WHERE "organisms"."title" = 'Mon association' LIMIT 1 Adherent::Member Load (0.5ms) SELECT "adherent_members".* FROM "adherent_members" WHERE "adherent_members"."id" = $1 LIMIT 1 [["id", "3"]]  (0.7ms) SELECT COUNT(*) FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3 Adherent::Adhesion Load (0.6ms) SELECT "adherent_adhesions".* FROM "adherent_adhesions" WHERE "adherent_adhesions"."member_id" = 3  (0.5ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 CACHE (0.0ms) SELECT SUM("adherent_reglements"."amount") AS sum_id FROM "adherent_reglements" WHERE "adherent_reglements"."adhesion_id" = 6 Rendered /home/jcl/rails_project/Adherent/app/views/adherent/adhesions/index.html.haml within layouts/adherent/application (27.8ms) Rendered layouts/adherent/_header.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_flash_partial.html.haml (0.1ms) Rendered /home/jcl/rails_project/Adherent/app/views/layouts/adherent/_footer.html.haml (0.1ms) Completed 200 OK in 91ms (Views: 82.1ms | ActiveRecord: 4.9ms) Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /jquery.ui.core.css - 304 Not Modified (0ms) Started GET "/assets/adherent/application.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /jquery.ui.datepicker.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /jquery.ui.theme.css - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/adhesion.css - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/allpayments.css - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/coords.css - 304 Not Modified (0ms) Started GET "/assets/adherent/demo_table.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/demo_table.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jcmenu.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/jcmenu.css - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/date_picker.css - 304 Not Modified (0ms) Started GET "/assets/adherent/jc_application.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/jc_application.css - 304 Not Modified (0ms) Started GET "/assets/adherent/members.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/members.css - 304 Not Modified (0ms) Started GET "/assets/adherent/layouts.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/layouts.css - 304 Not Modified (0ms) Started GET "/assets/adherent/old_bootstrap.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/old_bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/payments.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.css?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/reglements.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /jquery.ui.datepicker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/adhesion.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/adhesion.js - 304 Not Modified (0ms) Started GET "/assets/adherent/allpayments.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/allpayments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/coords.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/coords.js - 304 Not Modified (0ms) Started GET "/assets/adherent/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/adherent/date_picker.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/date_picker.js - 304 Not Modified (0ms) Started GET "/assets/adherent/jquery.dataTables.min.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/jquery.dataTables.min.js - 304 Not Modified (1ms) Started GET "/assets/adherent/members.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/members.js - 304 Not Modified (0ms) Started GET "/assets/adherent/payments.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/payments.js - 304 Not Modified (0ms) Started GET "/assets/adherent/reglements.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/reglements.js - 304 Not Modified (0ms) Started GET "/assets/adherent/application.js?body=1" for 127.0.0.1 at 2014-05-31 12:37:52 +0200 Served asset /adherent/application.js - 304 Not Modified (2ms) Started GET "/assets/adherent/icones/nouveau.png" for 127.0.0.1 at 2014-05-31 12:37:53 +0200 Served asset /adherent/icones/nouveau.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/modifier.png" for 127.0.0.1 at 2014-05-31 12:37:53 +0200 Served asset /adherent/icones/modifier.png - 304 Not Modified (0ms) Started GET "/assets/adherent/icones/supprimer.png" for 127.0.0.1 at 2014-05-31 12:37:53 +0200 Served asset /adherent/icones/supprimer.png - 304 Not Modified (0ms)